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
ms870400.pubmethod(en-US,CS.70).gif EntityDoesNotExistException()()() Initializes a new instance of the EntityDoesNotExistException class.
ms870400.pubmethod(en-US,CS.70).gif EntityDoesNotExistException(String) Initializes a new instance of the EntityDoesNotExistException class with a specified error message.
ms870400.protmethod(en-US,CS.70).gif EntityDoesNotExistException(SerializationInfo, StreamingContext) Initializes a new instance of the EntityDoesNotExistException class with serialized data.
ms870400.pubmethod(en-US,CS.70).gif 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.
ms870400.pubmethod(en-US,CS.70).gif 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.
ms870400.pubmethod(en-US,CS.70).gif 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.
ms870400.pubmethod(en-US,CS.70).gif 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.
ms870400.pubmethod(en-US,CS.70).gif 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

EntityDoesNotExistException Members

Microsoft.CommerceServer Namespace