AuthenticationException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the class with various options.
Overload List
Name | Description | |
---|---|---|
AuthenticationException() | Initializes a new instance of the class. | |
AuthenticationException(String) | Initializes a new instance of the class with a specified error message. | |
AuthenticationException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. | |
AuthenticationException(String, Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that caused this exception. | |
AuthenticationException(String, Exception, Uri) | Initializes a new instance of the class with a specified error message, a reference to the inner exception that caused this exception, and the URL that contains the credentials. |
Top