AuthenticationFailedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
- info
- SerializationInfo
- context
- StreamingContext
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