C# Class Achamenes.ID3.InvalidFrameValueException

Inheritance: NonFatalException
显示文件 Open project: sahands/a-id3

Public Methods

Method Description
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.

Protected Methods

Method Description
InvalidFrameValueException ( System info, System context ) : System

Creates a new instance of InvalidFrameValueException.

Method Details

InvalidFrameValueException() protected method

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.
return System

InvalidFrameValueException() public method

Initializes a new instance of InvalidFrameValueException.
public InvalidFrameValueException ( string invalidValue ) : System
invalidValue string The rejected string value.
return System

InvalidFrameValueException() public method

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.
return System

InvalidFrameValueException() public method

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
return System