Class AuthenticationFailedException
An exception class raised for errors in authenticating client requests.
public class AuthenticationFailedException : Exception, ISerializable
- Inheritance
-
AuthenticationFailedException
- Implements
- Derived
- Inherited Members
Constructors
AuthenticationFailedException(SerializationInfo, StreamingContext)
A constructor used for serialization.
protected AuthenticationFailedException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo.
context
StreamingContextThe StreamingContext.
AuthenticationFailedException(string)
Creates a new AuthenticationFailedException with the specified message.
public AuthenticationFailedException(string message)
Parameters
message
stringThe message describing the authentication failure.
AuthenticationFailedException(string, Exception)
Creates a new AuthenticationFailedException with the specified message.
public AuthenticationFailedException(string message, Exception innerException)