CommerceException Constructor (String) (BCL)
Use this method to create a new instance of the CommerceException class with a specified error message.
Definition
[Visual Basic .NET]
Public Sub New( _ByValmsg As System.String _
)
[C#]
public CommerceException(System.Stringmsg);
Parameters
[Visual Basic .NET]
- msg
The error message.
[C#]
- msg
The error message.
Requirements
Namespace: Microsoft.CommerceServer.Runtime
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Shared.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.