CommerceProfileSystemException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the CommerceProfileSystemException class.
Overload List
Name | Description | |
---|---|---|
CommerceProfileSystemException()()() | Initializes a new instance of the CommerceProfileSystemException class. | |
CommerceProfileSystemException(String) | Initializes a new instance of the CommerceProfileSystemException class using the specified string message. | |
CommerceProfileSystemException(SerializationInfo, StreamingContext) | Initializes a new instance of the CommerceProfileSystemException class using the specified serialization information and streaming context. | |
CommerceProfileSystemException(String, Exception) | Initializes a new instance of the CommerceProfileSystemException class using the specified error message and a reference to the inner exception that is the cause of this exception. |
Top
Remarks
The base class for exceptions thrown from the Profiling System. The following classes derive from CommerceProfileSystemException:
- CommerceProfileAlreadyExistsException - Specialized profile system exception for profile objects that already exists.
See Also
Reference
CommerceProfileSystemException Class