CommerceDebugException Class

An exception that is thrown when a Commerce Server application encounters an error during the Debug or Check mode of operation.

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

Syntax

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

Remarks

A special exception raised by components of a Commerce Server application when they encounter an error during the Debug or Checked mode of operation.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      Microsoft.CommerceServer.Runtime..::.CommerceException
        Microsoft.CommerceServer.Runtime..::.CommerceDebugException

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

CommerceDebugException Members

Microsoft.CommerceServer.Runtime Namespace