CommerceAuthenticationException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The base class for exceptions thrown from the authentication sub-system.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CommerceAuthenticationException _
Inherits CommerceException _
Implements ISerializable
'Usage
Dim instance As CommerceAuthenticationException
[SerializableAttribute]
public class CommerceAuthenticationException : CommerceException, ISerializable
[SerializableAttribute]
public ref class CommerceAuthenticationException : public CommerceException,
ISerializable
public class CommerceAuthenticationException extends CommerceException implements ISerializable
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
Microsoft.CommerceServer.Runtime..::.CommerceException
Microsoft.CommerceServer.Runtime..::.CommerceAuthenticationException
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.