Class SpeexDSPException
A speexdsp exception.
Implements
Inherited Members
Namespace: SpeexDSPSharp.Core
Assembly: SpeexDSPSharp.Core.dll
Syntax
public class SpeexDSPException : Exception, ISerializable
Constructors
| Edit this page View SourceSpeexDSPException(string)
Constructs a speexdsp exception.
Declaration
public SpeexDSPException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
SpeexDSPException(string, Exception)
Constructs a speexdsp exception.
Declaration
public SpeexDSPException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message of the exception. |
Exception | innerException | The root exception. |