C# Class Amazon.SecurityToken.SAML.CredentialCallbackRequiredException

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

Public Methods

Method 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.

Protected Methods

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

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

Method Details

CredentialCallbackRequiredException() public method

Initializes a new exception instance.
public CredentialCallbackRequiredException ( Exception innerException ) : System
innerException System.Exception
return System

CredentialCallbackRequiredException() protected method

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

CredentialCallbackRequiredException() public method

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

CredentialCallbackRequiredException() public method

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