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

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

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

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

Creates a new instance of FieldParsingException.

FieldParsingException ( Type fieldType ) : System

Initializes a new instance of FieldParsingException.

FieldParsingException ( Type fieldType, string message ) : System

Initializes a new instance of FieldParsingException.

FieldParsingException ( Type fieldType, string message, Exception inner ) : System

Initializes a new instance of FieldParsingException.

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

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

Creates a new instance of FieldParsingException.

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

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

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

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

Creates a new instance of FieldParsingException.
protected FieldParsingException ( 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

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

Initializes a new instance of FieldParsingException.
public FieldParsingException ( Type fieldType ) : System
fieldType System.Type The type of the field that throwed the exception.
Результат System

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

Initializes a new instance of FieldParsingException.
public FieldParsingException ( Type fieldType, string message ) : System
fieldType System.Type The type of the field that throwed the exception.
message string The error message that explains the reason for the exception.
Результат System

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

Initializes a new instance of FieldParsingException.
public FieldParsingException ( Type fieldType, string message, Exception inner ) : System
fieldType System.Type The type of the field that throwed the exception.
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