Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
CommerceDebugException - A special exception raised by components of a Commerce Server application when they encounter an error during the Debug or Checked mode of operation.
CommerceCreateObjectException - The exception that is raised when a COM object could not be created.
CommerceModuleDependencyException - The exception that is raised when a required module has not been configured.
CommerceResourceDependencyException - The exception that is raised when a resource does not exist in the Commerce Server administration database.
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.