InvalidAuthenticationMethodException 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
InvalidAuthenticationMethodException()
public:
InvalidAuthenticationMethodException();
public InvalidAuthenticationMethodException ();
Public Sub New ()
Applies to
InvalidAuthenticationMethodException(String)
public:
InvalidAuthenticationMethodException(System::String ^ message);
public InvalidAuthenticationMethodException (string message);
new Microsoft.IdentityServer.InvalidAuthenticationMethodException : string -> Microsoft.IdentityServer.InvalidAuthenticationMethodException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
InvalidAuthenticationMethodException(SerializationInfo, StreamingContext)
protected:
InvalidAuthenticationMethodException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InvalidAuthenticationMethodException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityServer.InvalidAuthenticationMethodException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityServer.InvalidAuthenticationMethodException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
InvalidAuthenticationMethodException(String, Exception)
public:
InvalidAuthenticationMethodException(System::String ^ message, Exception ^ innerException);
public InvalidAuthenticationMethodException (string message, Exception innerException);
new Microsoft.IdentityServer.InvalidAuthenticationMethodException : string * Exception -> Microsoft.IdentityServer.InvalidAuthenticationMethodException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception