SpeexDSPSharp SpeexDSPSharp
SpeexDSPSharp SpeexDSPSharp
DocFX + Singulink = ♥

Search Results for

    Edit this page

    Class SpeexDSPException

    A speexdsp exception.

    Inheritance
    object
    Exception
    SpeexDSPException
    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: SpeexDSPSharp.Core
    Assembly: SpeexDSPSharp.Core.dll
    Syntax
    public class SpeexDSPException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    SpeexDSPException(string)

    Constructs a speexdsp exception.

    Declaration
    public SpeexDSPException(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    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.

    Implements

    ISerializable