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 | |
---|---|---|
CommerceProfileAlreadyExistsException()()() | Initializes a new instance of the CommerceProfileAlreadyExistsException class. | |
CommerceProfileAlreadyExistsException(String) | Initializes a new instance of the CommerceProfileAlreadyExistsException class using the specified string message. | |
CommerceProfileAlreadyExistsException(SerializationInfo, StreamingContext) | Initializes a new instance of the CommerceProfileAlreadyExistsException class using the specified serialization information and streaming context. | |
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