Share via


CommerceDebugException Constructor (String, String) (BCL)

Use this method to create a new instance of the CommerceDebugException class with the specified cagegory and message.

Definition

[Visual Basic .NET]

Public Sub New( _ByValcategory As System.String, _
  ByValmessage As System.String _
) 

[C#]

public CommerceDebugException(System.Stringcategory,
  System.Stringmessage);

Parameters

[Visual Basic .NET]

  • category
    The category string. The category is a string such as "CommerceCatalog" or "CommerceOrders."
  • message
    The exception message.

[C#]

  • category
    The category string. The category is a string such as "CommerceCatalog" or "CommerceOrders."
  • message
    The exception message.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Shared.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.