AuthenticationException Members
Defines the exception thrown when an authentication-related error occurs.
The AuthenticationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AuthenticationException()()()() | Initializes a new instance of the class. | |
AuthenticationException(String) | Initializes a new instance of the class. | |
AuthenticationException(SerializationInfo, StreamingContext) | Initializes a new instance of the class. | |
AuthenticationException(String, Exception) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
DetectionStackTrace | Gets a string representation of the call stack at the time of the current exception. (Inherited from RealTimeException.) | |
DiagnosticInformation | Gets the [DiagnosticHeader] in the response. (Inherited from FailureResponseException.) | |
ErrorCode | Gets the error code for the authentication failure. | |
FailureReason | Gets the reason for the authentication failure. | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Realm | Gets the realm of the server. | |
ResponseData | Gets the response data. (Inherited from FailureResponseException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
SupportedAuthenticationProtocols | Gets the authentication protocols supported by the server. | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Populates a [SerializationInfo] with the data needed to serialize the object. (Overrides FailureResponseException..::..GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the string representation of [AuthenticationException]. (Overrides FailureResponseException..::..ToString()()()().) |
Top