Share via


CommerceDebugException Constructor (String) (BCL)

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

Definition

[Visual Basic .NET]

Public Sub New( _ByValmessage As System.String _
) 

[C#]

public CommerceDebugException(System.Stringmessage);

Parameters

[Visual Basic .NET]

  • message
    The exception message.

[C#]

  • 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.