Sdílet prostřednictvím


AuthenticationLockoutException Constructors

Definition

Overloads

AuthenticationLockoutException()
AuthenticationLockoutException(String)
AuthenticationLockoutException(SerializationInfo, StreamingContext)
AuthenticationLockoutException(String, Exception)

AuthenticationLockoutException()

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

Applies to

AuthenticationLockoutException(String)

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

Parameters

message
String

Applies to

AuthenticationLockoutException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

AuthenticationLockoutException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to