Method | Description | |
---|---|---|
SignatureRequiredException ( ) : System |
Initializes a new instance of the SignatureRequiredException class.
|
|
SignatureRequiredException ( string message ) : System |
Initializes a new instance of the SignatureRequiredException class with a specified error message.
|
|
SignatureRequiredException ( string message, Exception innerException ) : System |
Initializes a new instance of the SignatureRequiredException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
public SignatureRequiredException ( ) : System | ||
return | System |
public SignatureRequiredException ( string message ) : System | ||
message | string | |
return | System |
public SignatureRequiredException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |