EntityInUseException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the EntityInUseException class.
Overload List
Name | Description | |
---|---|---|
EntityInUseException()()() | Initializes a new instance of the EntityInUseException class. | |
EntityInUseException(String) | Initializes a new instance of the EntityInUseException class with the specified error message. | |
EntityInUseException(SerializationInfo, StreamingContext) | Initializes a new instance of the EntityInUseException class with the specified serialization and streaming context information. | |
EntityInUseException(String, Exception) | Initializes a new instance of the EntityInUseException class with the specified error message and inner exception that caused the current exception. | |
EntityInUseException(String, String, String) | Initializes a new instance of the EntityInUseException class with the specified error message and parameters. | |
EntityInUseException(String, String, String, Exception) | Initializes a new instance of the EntityInUseException class with the specified error message, parameters and inner exception. |
Top
Remarks
The exception that is thrown when an entity is in use and an attempt to delete the entity occurs.
All catalog exceptions, including the EntityInUseException are derived from the CatalogException class. The entity cannot be deleted as it is in use.