Share via


AuthenticationException Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

An exception that is raised when the system requires the current user to be authenticated but the user is not authenticated.

Namespace:  Microsoft.CommerceServer
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class AuthenticationException _
    Inherits Exception
'Usage
Dim instance As AuthenticationException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class AuthenticationException : Exception
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class AuthenticationException : public Exception
public class AuthenticationException extends Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer..::.AuthenticationException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AuthenticationException Members

Microsoft.CommerceServer Namespace