Compartilhar via


AuthenticationFailedException Constructors

Definition

Overloads

AuthenticationFailedException()
AuthenticationFailedException(Exception)
AuthenticationFailedException(String)
AuthenticationFailedException(SerializationInfo, StreamingContext)
AuthenticationFailedException(String, Exception)

AuthenticationFailedException()

public:
 AuthenticationFailedException();
public AuthenticationFailedException ();
Public Sub New ()

Applies to

AuthenticationFailedException(Exception)

public:
 AuthenticationFailedException(Exception ^ innerException);
public AuthenticationFailedException (Exception innerException);
new Microsoft.IdentityServer.AuthenticationFailedException : Exception -> Microsoft.IdentityServer.AuthenticationFailedException
Public Sub New (innerException As Exception)

Parameters

innerException
Exception

Applies to

AuthenticationFailedException(String)

public:
 AuthenticationFailedException(System::String ^ message);
public AuthenticationFailedException (string message);
new Microsoft.IdentityServer.AuthenticationFailedException : string -> Microsoft.IdentityServer.AuthenticationFailedException
Public Sub New (message As String)

Parameters

message
String

Applies to

AuthenticationFailedException(SerializationInfo, StreamingContext)

protected:
 AuthenticationFailedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected AuthenticationFailedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityServer.AuthenticationFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityServer.AuthenticationFailedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

AuthenticationFailedException(String, Exception)

public:
 AuthenticationFailedException(System::String ^ message, Exception ^ innerException);
public AuthenticationFailedException (string message, Exception innerException);
new Microsoft.IdentityServer.AuthenticationFailedException : string * Exception -> Microsoft.IdentityServer.AuthenticationFailedException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to