System
2.0.0.0
4.0.0.0
System.SystemException
The and classes throw this exception when the client or server cannot be authenticated. When this exception is thrown, you can retry the authentication with different credentials. If you cannot retry the authentication, a is thrown instead of the .
The exception that is thrown when authentication fails for an authentication stream.
Constructor
2.0.0.0
4.0.0.0
This constructor does nothing.
Initializes a new instance of the class with no message.
Constructor
2.0.0.0
4.0.0.0
This constructor initializes the property with the text in the parameter. The property is set to null.
Initializes a new instance of the class with the specified message.
A that describes the authentication failure.
Constructor
2.0.0.0
4.0.0.0
To be added.
Initializes a new instance of the class from the specified instances of the and classes.
A instance that contains the information required to deserialize the new instance.
A instance.
Constructor
2.0.0.0
4.0.0.0
This constructor initializes the property with the text in the parameter and initializes the property with the parameter value.
Initializes a new instance of the class with the specified message and inner exception.
A that describes the authentication failure.
The that is the cause of the current exception.