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

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

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

Метод Описание
InvalidFrameValueException ( string invalidValue ) : System

Initializes a new instance of InvalidFrameValueException.

InvalidFrameValueException ( string invalidValue, string message ) : System

Initializes a new instance of InvalidFrameValueException.

InvalidFrameValueException ( string invalidValue, string message, Exception inner ) : System

Initializes a new instance of InvalidFrameValueException.

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

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

Creates a new instance of InvalidFrameValueException.

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

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

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

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

Initializes a new instance of InvalidFrameValueException.
public InvalidFrameValueException ( string invalidValue ) : System
invalidValue string The rejected string value.
Результат System

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

Initializes a new instance of InvalidFrameValueException.
public InvalidFrameValueException ( string invalidValue, string message ) : System
invalidValue string The rejected string value.
message string The error message that explains the reason for the exception.
Результат System

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

Initializes a new instance of InvalidFrameValueException.
public InvalidFrameValueException ( string invalidValue, string message, Exception inner ) : System
invalidValue string The rejected string value.
message string The error message that explains the reason for the exception.
inner System.Exception
Результат System