C# Class Achamenes.ID3.NoFrameParserProvidedException

Inheritance: NonFatalException
Datei anzeigen Open project: sahands/a-id3

Public Methods

Method Description
NoFrameParserProvidedException ( string frameID, ID3v2MajorVersion version ) : System

Initializes a new instance of NoFrameParserProvidedException.

NoFrameParserProvidedException ( string frameID, ID3v2MajorVersion version, string message ) : System

Initializes a new instance of NoFrameParserProvidedException.

NoFrameParserProvidedException ( string frameID, ID3v2MajorVersion version, string message, Exception inner ) : System

Initializes a new instance of NoFrameParserProvidedException.

Protected Methods

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

Creates a new instance of FrameParsingException.

Method Details

NoFrameParserProvidedException() protected method

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

NoFrameParserProvidedException() public method

Initializes a new instance of NoFrameParserProvidedException.
public NoFrameParserProvidedException ( string frameID, ID3v2MajorVersion version ) : System
frameID string The ID of the unrecognized frame.
version ID3v2MajorVersion The ID3 v2 major version of the tag in which the frame was to be parsed.
return System

NoFrameParserProvidedException() public method

Initializes a new instance of NoFrameParserProvidedException.
public NoFrameParserProvidedException ( string frameID, ID3v2MajorVersion version, string message ) : System
frameID string The ID of the unrecognized frame.
version ID3v2MajorVersion The ID3 v2 major version of the tag in which the frame was to be parsed.
message string The error message that explains the reason for the exception.
return System

NoFrameParserProvidedException() public method

Initializes a new instance of NoFrameParserProvidedException.
public NoFrameParserProvidedException ( string frameID, ID3v2MajorVersion version, string message, Exception inner ) : System
frameID string The ID of the unrecognized frame.
version ID3v2MajorVersion The ID3 v2 major version of the tag in which the frame was to be parsed.
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.
return System