Class OpusException
An opus exception.
Implements
Inherited Members
Namespace: OpusSharp.Core
Assembly: OpusSharp.Core.dll
Syntax
public class OpusException : Exception, ISerializable
Constructors
| Edit this page View SourceOpusException()
Constructs an opus exception.
Declaration
public OpusException()
OpusException(string)
Constructs an opus exception.
Declaration
public OpusException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message of the exception. |
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. |