Method | Description | |
---|---|---|
InvalidCryptoDataException ( ) : System |
Initializes a new instance of the InvalidCryptoDataException class.
|
|
InvalidCryptoDataException ( string message ) : System |
Initializes a new instance of the InvalidCryptoDataException class.
|
|
InvalidCryptoDataException ( string message, |
Initializes a new instance of the InvalidCryptoDataException class.
|
Method | Description | |
---|---|---|
InvalidCryptoDataException ( |
Initializes a new instance of the InvalidCryptoDataException class.
|
public InvalidCryptoDataException ( ) : System | ||
return | System |
protected InvalidCryptoDataException ( |
||
info | The info. | |
context | The context. | |
return | System |
public InvalidCryptoDataException ( string message ) : System | ||
message | string | The message. |
return | System |
public InvalidCryptoDataException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |