C# Class Amazon.SecurityToken.SAML.AuthenticationFailedException

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

Méthodes publiques

Méthode Description
AuthenticationFailedException ( string msg ) : System

Initializes a new exception instance.

AuthenticationFailedException ( string msg, Exception inner ) : System

Initializes a new exception instance.

Méthodes protégées

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

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

Method Details

AuthenticationFailedException() protected méthode

Constructs a new instance of the AuthenticationFailedException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected AuthenticationFailedException ( 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

AuthenticationFailedException() public méthode

Initializes a new exception instance.
public AuthenticationFailedException ( string msg ) : System
msg string
Résultat System

AuthenticationFailedException() public méthode

Initializes a new exception instance.
public AuthenticationFailedException ( string msg, Exception inner ) : System
msg string
inner System.Exception
Résultat System