Share via


CommerceProfileAlreadyExistsException Constructor (String) (BCL)

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

Definition

[Visual Basic .NET]

Public Sub New( _ByValmessage As System.String _
) 

[C#]

public CommerceProfileAlreadyExistsException(System.Stringmessage);

Parameters

[Visual Basic .NET]

  • message
    A string containing the message to include in the CommerceProfileAlreadyExistsException object.

[C#]

  • message
    A System.String containing the message to include in the CommerceProfileAlreadyExistsException object.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.