C# Class B1PP.Exceptions.B1EnumConvertException

Inheritance: Exception
Afficher le fichier Open project: pedromagueija/b1pp

Méthodes publiques

Méthode Description
B1EnumConvertException ( ) : System

Initializes a new instance of the B1EnumConvertException class.

B1EnumConvertException ( string message ) : System

Initializes a new instance of the B1EnumConvertException class.

B1EnumConvertException ( string message, Exception inner ) : System

Initializes a new instance of the B1EnumConvertException class.

Méthodes protégées

Méthode Description
B1EnumConvertException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the B1EnumConvertException class.

Method Details

B1EnumConvertException() public méthode

Initializes a new instance of the B1EnumConvertException class.
public B1EnumConvertException ( ) : System
Résultat System

B1EnumConvertException() protected méthode

Initializes a new instance of the B1EnumConvertException class.
protected B1EnumConvertException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo /// The that holds the serialized object /// data about the exception being thrown. ///
context StreamingContext /// The that contains contextual /// information about the source or destination. ///
Résultat System

B1EnumConvertException() public méthode

Initializes a new instance of the B1EnumConvertException class.
public B1EnumConvertException ( string message ) : System
message string The message that describes the error.
Résultat System

B1EnumConvertException() public méthode

Initializes a new instance of the B1EnumConvertException class.
public B1EnumConvertException ( string message, Exception inner ) : System
message string The message.
inner Exception The inner.
Résultat System