C# Class Accord.Audio.AudioException

Inheritance: System.Exception
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
AudioException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the AudioException class.

Method Details

AudioException() public méthode

Initializes a new instance of the AudioException class.
public AudioException ( ) : System
Résultat System

AudioException() protected méthode

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.
Résultat System

AudioException() public méthode

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

AudioException() public méthode

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.
Résultat System