AuthenticationFailureException Class

Definition

A generic authentication failure.

public class AuthenticationFailureException : Exception
type AuthenticationFailureException = class
    inherit Exception
Public Class AuthenticationFailureException
Inherits Exception
Inheritance
AuthenticationFailureException

Constructors

AuthenticationFailureException(String)

Creates a new instance of AuthenticationFailureException with the specified exception message.

AuthenticationFailureException(String, Exception)

Creates a new instance of AuthenticationFailureException with the specified exception message and a reference to the inner exception that is the cause of this exception.

Applies to