C# Class Amazon.Runtime.SignatureException

Inheritance: Amazon.Runtime.Internal.Auth.SignatureException
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
SignatureException ( string message ) : System
SignatureException ( string message, Exception innerException ) : System

Protected Methods

Method Description
SignatureException ( System info, System context ) : System

Constructs a new instance of the SignatureException class with serialized data.

Method Details

SignatureException() protected method

Constructs a new instance of the SignatureException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected SignatureException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
return System

SignatureException() public method

public SignatureException ( string message ) : System
message string
return System

SignatureException() public method

public SignatureException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System