C# Класс Achamenes.ID3.FrameParsingException

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

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

Метод Описание
FrameParsingException ( ) : System

Creates a new instance of FrameParsingException.

FrameParsingException ( string message ) : System

Creates a new instance of FrameParsingException.

FrameParsingException ( string message, Exception inner ) : System

Creates a new instance of FrameParsingException.

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

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

Creates a new instance of FrameParsingException.

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

FrameParsingException() публичный Метод

Creates a new instance of FrameParsingException.
public FrameParsingException ( ) : System
Результат System

FrameParsingException() защищенный Метод

Creates a new instance of FrameParsingException.
protected FrameParsingException ( System info, System context ) : System
info System The SerializationInfo that holds the serialized object data about the exception being thrown.
context System The StreamingContext that contains contextual information about the source or destination.
Результат System

FrameParsingException() публичный Метод

Creates a new instance of FrameParsingException.
public FrameParsingException ( string message ) : System
message string The error message that explains the reason for the exception.
Результат System

FrameParsingException() публичный Метод

Creates a new instance of FrameParsingException.
public FrameParsingException ( string message, Exception inner ) : System
message string The error message that explains the reason for the exception.
inner System.Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
Результат System