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éthode | Description | |
---|---|---|
B1EnumConvertException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the B1EnumConvertException class.
|
protected B1EnumConvertException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo |
/// The |
context | StreamingContext |
/// The |
Résultat | System |
public B1EnumConvertException ( string message ) : System | ||
message | string | The message that describes the error. |
Résultat | System |
public B1EnumConvertException ( string message, Exception inner ) : System | ||
message | string | The message. |
inner | Exception | The inner. |
Résultat | System |