AuthenticationException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the AuthenticationException class.
Overload List
Name | Description | |
---|---|---|
AuthenticationException()()() | Initializes a new instance of the AuthenticationException class. | |
AuthenticationException(String) | Initializes a new instance of the AuthenticationException class with a specified error message. | |
AuthenticationException(SerializationInfo, StreamingContext) | Initializes a new instance of the AuthenticationException class with the specified serialization and streaming context information. | |
AuthenticationException(String, Exception) | Initializes a new instance of the AuthenticationException class with a specified error message and inner exception that is the cause of this exception. |
Top
Remarks
An exception that is raised when the system requires the current user to be authenticated but the user is not authenticated.