AuthenticationFailedException Class

The exception that is thrown when authentication fails.

Namespace: Microsoft.IdentityServer.Web
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

Usage

'Usage
Dim instance As AuthenticationFailedException

Syntax

'Declaration
<SerializableAttribute> _
Public Class AuthenticationFailedException
    Inherits RequestFailedException
[SerializableAttribute] 
public class AuthenticationFailedException : RequestFailedException
[SerializableAttribute] 
public ref class AuthenticationFailedException : public RequestFailedException
/** @attribute SerializableAttribute() */ 
public class AuthenticationFailedException extends RequestFailedException
SerializableAttribute 
public class AuthenticationFailedException extends RequestFailedException

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.IdentityServer.Web.RequestFailedException
      Microsoft.IdentityServer.Web.AuthenticationFailedException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2

See Also

Reference

AuthenticationFailedException Members
Microsoft.IdentityServer.Web Namespace