C# Class Amazon.Runtime.Internal.Auth.SignatureException

Inheritance: System.Exception
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
SignatureException ( string message ) : System
SignatureException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
SignatureException ( System info, System context ) : System

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

Method Details

SignatureException() protected méthode

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.
Résultat System

SignatureException() public méthode

public SignatureException ( string message ) : System
message string
Résultat System

SignatureException() public méthode

public SignatureException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System