Table of Contents

Class FederatedAuthenticationFailureException

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

Custom exception type thrown when authentication for a user fails due to invalid credentials.

public class FederatedAuthenticationFailureException : Exception, ISerializable
Inheritance
FederatedAuthenticationFailureException
Implements
Inherited Members

Constructors

FederatedAuthenticationFailureException(SerializationInfo, StreamingContext)

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

protected FederatedAuthenticationFailureException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Exceptions

ArgumentNullException

The info parameter is null.

SerializationException

The class name is null or HResult is zero (0).

FederatedAuthenticationFailureException(string)

Initializes a new exception instance.

public FederatedAuthenticationFailureException(string msg)

Parameters

msg string

FederatedAuthenticationFailureException(string, Exception)

Initializes a new exception instance.

public FederatedAuthenticationFailureException(string msg, Exception inner)

Parameters

msg string
inner Exception