EntityReferencedException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the EntityReferencedException class.
Overload List
Name | Description | |
---|---|---|
EntityReferencedException()()() | Initializes a new instance of the EntityReferencedException class. | |
EntityReferencedException(String) | Initializes a new instance of the EntityReferencedException class with a specified error message. | |
EntityReferencedException(SerializationInfo, StreamingContext) | Initializes a new instance of the EntityReferencedException class with serialized data and streaming context information.. | |
EntityReferencedException(String, Exception) | Initializes a new instance of the EntityReferencedException class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
EntityReferencedException(String, String, String) | Initializes a new instance of the EntityReferencedException with the specified error message and the type and Id of the entity that caused it. | |
EntityReferencedException(String, String, String, Exception) | Initializes a new instance of the EntityReferencedException with the specified error message and the type and Id of the entity that caused it. |
Top
Remarks
EntityReferencedException is thrown when an attempt is made to delete an entity which another current entity is dependent upon.
See Also
Reference
EntityReferencedException Class