ParentEntityDoesNotExistException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the ParentEntityDoesNotExistException class.
Overload List
Name | Description | |
---|---|---|
ParentEntityDoesNotExistException()()() | Initializes a new instance of the ParentEntityDoesNotExistException class. | |
ParentEntityDoesNotExistException(String) | Initializes a new instance of the ParentEntityDoesNotExistException class with a specified error message. | |
ParentEntityDoesNotExistException(SerializationInfo, StreamingContext) | Initializes a new instance of the ParentEntityDoesNotExistException class with specified serialization and streaming context information. | |
ParentEntityDoesNotExistException(String, Exception) | Initializes a new instance of the ParentEntityDoesNotExistException class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
ParentEntityDoesNotExistException(String, String, String) | Initializes a new instance of the ParentEntityDoesNotExistException with the specified error message, and the type and Id of the entity, that caused it. | |
ParentEntityDoesNotExistException(String, String, String, Exception) | Initializes a new instance of the ParentEntityDoesNotExistException with the specified error message, the type and Id of the entity that caused the exception and an inner exception. |
Top
See Also
Reference
ParentEntityDoesNotExistException Class