C# Class Amazon.SecurityToken.SAML.AuthenticationFailedException

Inheritance: System.Exception
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
AuthenticationFailedException ( string msg ) : System

Initializes a new exception instance.

AuthenticationFailedException ( string msg, Exception inner ) : System

Initializes a new exception instance.

Protected Methods

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

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

Method Details

AuthenticationFailedException() protected method

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.
return System

AuthenticationFailedException() public method

Initializes a new exception instance.
public AuthenticationFailedException ( string msg ) : System
msg string
return System

AuthenticationFailedException() public method

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