Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the EntityHasChildrenException class.
Overload List
Name | Description | |
---|---|---|
![]() |
EntityHasChildrenException()()() | Initializes a new instance of the EntityHasChildrenException class. |
![]() |
EntityHasChildrenException(String) | Initializes a new instance of the EntityHasChildrenException class with a specified error message. |
![]() |
EntityHasChildrenException(SerializationInfo, StreamingContext) | Initializes a new instance of the EntityHasChildrenException class with serialized data and streaming context information. |
![]() |
EntityHasChildrenException(String, Exception) | Initializes a new instance of the EntityHasChildrenException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() |
EntityHasChildrenException(String, String, Int32) | Initializes a new instance of the EntityHasChildrenException with the specified error message, and the type and Id of the entity that caused it. |
![]() |
EntityHasChildrenException(String, String, String) | Initializes a new instance of the EntityHasChildrenException with the specified error message, and the type and Id of the entity that caused it. |
![]() |
EntityHasChildrenException(String, String, String, Exception) | Initializes a new instance of the EntityHasChildrenException with the specified error message, and the type and Id of the entity that caused it. |
Top
Remarks
The operation could not be completed because the entity is a container object that is not empty (has child entities). For example, a customer that has child campaigns cannot be deleted. (However, you can delete a Campaign and all child Campaign Items are deleted).
See Also
Reference
EntityHasChildrenException Class