C# Class Accord.Audio.AudioException

Inheritance: System.Exception
Mostra file Open project: accord-net/framework

Public Methods

Method Description
AudioException ( ) : System

Initializes a new instance of the AudioException class.

AudioException ( string message ) : System

Initializes a new instance of the AudioException class.

AudioException ( string message, Exception innerException ) : System

Initializes a new instance of the AudioException class.

Protected Methods

Method Description
AudioException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the AudioException class.

Method Details

AudioException() public method

Initializes a new instance of the AudioException class.
public AudioException ( ) : System
return System

AudioException() protected method

Initializes a new instance of the AudioException class.
protected AudioException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
return System

AudioException() public method

Initializes a new instance of the AudioException class.
public AudioException ( string message ) : System
message string Exception's message.
return System

AudioException() public method

Initializes a new instance of the AudioException class.
public AudioException ( string message, Exception innerException ) : System
message string Message providing some additional information.
innerException System.Exception The exception that is the cause of the current exception.
return System