C# Класс Accord.Audio.AudioException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
AudioException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the AudioException class.

Описание методов

AudioException() публичный метод

Initializes a new instance of the AudioException class.
public AudioException ( ) : System
Результат System

AudioException() защищенный метод

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.
Результат System

AudioException() публичный метод

Initializes a new instance of the AudioException class.
public AudioException ( string message ) : System
message string Exception's message.
Результат System

AudioException() публичный метод

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.
Результат System