EntityDoesNotExistException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the EntityDoesNotExistException class.
Overload List
Name | Description | |
---|---|---|
EntityDoesNotExistException()()() | Initializes a new instance of the EntityDoesNotExistException class. | |
EntityDoesNotExistException(String) | Initializes a new instance of the EntityDoesNotExistException class with a specified error message. | |
EntityDoesNotExistException(SerializationInfo, StreamingContext) | Initializes a new instance of the EntityDoesNotExistException class with serialized data. | |
EntityDoesNotExistException(String, Exception) | Initializes a new instance of the EntityDoesNotExistException class with a specified error message and inner exception that is the cause of this exception. | |
EntityDoesNotExistException(String, String, Int32) | Initializes a new instance of the EntityDoesNotExistException with the specified error message, and the type and Id of the entity that caused it. | |
EntityDoesNotExistException(String, String, String) | Initializes a new instance of the EntityDoesNotExistException with the specified error message, and the type and Id of the entity that caused it. | |
EntityDoesNotExistException(String, String, Int32, Exception) | Initializes a new instance of the EntityDoesNotExistException with the specified error message, and the type and Id of the entity that caused it. | |
EntityDoesNotExistException(String, String, String, Exception) | Initializes a new instance of the EntityDoesNotExistException with the specified error message and the type and Id of the entity that caused it. |
Top
Remarks
The exception that is thrown when an attempt is made to retrieve an entity that does not exist in the campaigns database.
EntityDoesNotExistException can also indicate that a reference was made to an entity that does not exist when saving an existing entity.
See Also
Reference
EntityDoesNotExistException Class