CommerceException Class

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

The base type for Commerce Server exceptions.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class CommerceException _
    Inherits ApplicationException _
    Implements ISerializable
'Usage
Dim instance As CommerceException
[SerializableAttribute]
public class CommerceException : ApplicationException, ISerializable
[SerializableAttribute]
public ref class CommerceException : public ApplicationException, 
    ISerializable
public class CommerceException extends ApplicationException implements ISerializable

Remarks

The following classes derive from CommerceException:

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      Microsoft.CommerceServer.Runtime..::.CommerceException
        Microsoft.CommerceServer.Interop.Profiles..::.BizDataException
        Microsoft.CommerceServer.Runtime.Caching..::.CommerceCacheException
        Microsoft.CommerceServer.Runtime..::.CommerceAuthenticationException
        Microsoft.CommerceServer.Runtime..::.CommerceAuthenticationFailedDecryptionException
        Microsoft.CommerceServer.Runtime..::.CommerceCreateObjectException
        Microsoft.CommerceServer.Runtime..::.CommerceDebugException
        Microsoft.CommerceServer.Runtime..::.CommerceModuleDependencyException
        Microsoft.CommerceServer.Runtime..::.CommerceResourceDependencyException
        Microsoft.CommerceServer.Runtime.Profiles..::.CommerceProfileSystemException
        Microsoft.CommerceServer.Runtime.Targeting..::.CommerceTargetingException

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

CommerceException Members

Microsoft.CommerceServer.Runtime Namespace