Share via


CommerceProfileAlreadyExistsException Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the CommerceProfileAlreadyExistsException class.

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

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New CommerceProfileAlreadyExistsException()
public CommerceProfileAlreadyExistsException()
public:
CommerceProfileAlreadyExistsException()
public function CommerceProfileAlreadyExistsException()

Remarks

This exception will be thrown by the various forms of the CreateProfile method when an attempt is made to create a profile with an identical primary key value of an already existing profile instance.

Permissions

See Also

Reference

CommerceProfileAlreadyExistsException Class

CommerceProfileAlreadyExistsException Members

CommerceProfileAlreadyExistsException Overload

Microsoft.CommerceServer.Runtime.Profiles Namespace