C# Class Amazon.SecurityToken.SAML.CredentialCallbackRequiredException

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

Méthodes publiques

Méthode Description
CredentialCallbackRequiredException ( Exception innerException ) : System

Initializes a new exception instance.

CredentialCallbackRequiredException ( string msg ) : System

Initializes a new exception instance.

CredentialCallbackRequiredException ( string msg, Exception innerException ) : System

Initializes a new exception instance.

Méthodes protégées

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

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

Method Details

CredentialCallbackRequiredException() public méthode

Initializes a new exception instance.
public CredentialCallbackRequiredException ( Exception innerException ) : System
innerException System.Exception
Résultat System

CredentialCallbackRequiredException() protected méthode

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

CredentialCallbackRequiredException() public méthode

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

CredentialCallbackRequiredException() public méthode

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