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.

Overload List

  Name Description
Aa511843.pubmethod(en-US,CS.70).gif CommerceProfileAlreadyExistsException()()() Initializes a new instance of the CommerceProfileAlreadyExistsException class.
Aa511843.pubmethod(en-US,CS.70).gif CommerceProfileAlreadyExistsException(String) Initializes a new instance of the CommerceProfileAlreadyExistsException class using the specified string message.
Aa511843.protmethod(en-US,CS.70).gif CommerceProfileAlreadyExistsException(SerializationInfo, StreamingContext) Initializes a new instance of the CommerceProfileAlreadyExistsException class using the specified serialization information and streaming context.
Aa511843.pubmethod(en-US,CS.70).gif CommerceProfileAlreadyExistsException(String, Exception) Initializes a new instance of the CommerceProfileAlreadyExistsException class using the specified error message and a reference to the inner exception that is the cause of this exception.

Top

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.

See Also

Reference

CommerceProfileAlreadyExistsException Class

CommerceProfileAlreadyExistsException Members

Microsoft.CommerceServer.Runtime.Profiles Namespace