OpusSharp OpusSharp
OpusSharp OpusSharp
DocFX + Singulink = ♥

Search Results for

    Edit this page

    Class OpusException

    An opus exception.

    Inheritance
    object
    Exception
    OpusException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpusSharp.Core
    Assembly: OpusSharp.Core.dll
    Syntax
    public class OpusException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    OpusException()

    Constructs an opus exception.

    Declaration
    public OpusException()
    | Edit this page View Source

    OpusException(string)

    Constructs an opus exception.

    Declaration
    public OpusException(string message)
    Parameters
    Type Name Description
    string message

    The message of the exception.

    | Edit this page View Source

    OpusException(string, Exception)

    Constructs an opus exception.

    Declaration
    public OpusException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The message of the exception.

    Exception innerException

    The root exception.

    Implements

    ISerializable