C# Class Achamenes.ID3.FeatureNotSupportedException

Inheritance: NonFatalException
Afficher le fichier Open project: sahands/a-id3

Méthodes publiques

Méthode Description
FeatureNotSupportedException ( ) : System

Creates a new instance of FeatureNotSupportedException.

FeatureNotSupportedException ( string message ) : System

Creates a new instance of FeatureNotSupportedException.

FeatureNotSupportedException ( string message, Exception inner ) : System

Creates a new instance of FeatureNotSupportedException.

Méthodes protégées

Méthode Description
FeatureNotSupportedException ( System info, System context ) : System

Creates a new instance of FeatureNotSupportedException.

Method Details

FeatureNotSupportedException() public méthode

Creates a new instance of FeatureNotSupportedException.
public FeatureNotSupportedException ( ) : System
Résultat System

FeatureNotSupportedException() protected méthode

Creates a new instance of FeatureNotSupportedException.
protected FeatureNotSupportedException ( 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.
Résultat System

FeatureNotSupportedException() public méthode

Creates a new instance of FeatureNotSupportedException.
public FeatureNotSupportedException ( string message ) : System
message string The error message that explains the reason for the exception.
Résultat System

FeatureNotSupportedException() public méthode

Creates a new instance of FeatureNotSupportedException.
public FeatureNotSupportedException ( 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.
Résultat System