RuleAlreadyExistsException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the RuleAlreadyExistsException class.
Overload List
Name | Description | |
---|---|---|
RuleAlreadyExistsException()()() | Initializes a new instance of the RuleAlreadyExistsException class. | |
RuleAlreadyExistsException(String) | Initializes a new instance of the RuleAlreadyExistsException class with the specified error message. | |
RuleAlreadyExistsException(SerializationInfo, StreamingContext) | Initializes a new instance of the RuleAlreadyExistsException class with the specified serialization and streaming context information. | |
RuleAlreadyExistsException(String, Exception) | Initializes a new instance of the RuleAlreadyExistsException class with the specified error message and inner exception that caused the current exception. | |
RuleAlreadyExistsException(String, String, String) | Initializes a new instance of the RuleAlreadyExistsException class with the specified error message and parameters. | |
RuleAlreadyExistsException(String, String, String, Exception) | Initializes a new instance of the RuleAlreadyExistsException class with the specified error message, parameters, and inner exception. |
Top
Remarks
All catalog exceptions, including the RuleAlreadyExistsException are derived from the CatalogException class. (The EntityAlreadyExistsException ultimately is derived from the CatalogException class.) The RuleAlreadyExistsException is thrown because you are attempting to perform an invalid operation. You are attempting to add or create a pricing rule or a virtual catalog rule that already exists.
See Also
Reference
RuleAlreadyExistsException Class