EntityDoesNotExistException Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the EntityDoesNotExistException class.

Namespace:  Microsoft.CommerceServer
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New EntityDoesNotExistException()
public EntityDoesNotExistException()
public:
EntityDoesNotExistException()
public function EntityDoesNotExistException()

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.

Permissions

See Also

Reference

EntityDoesNotExistException Class

EntityDoesNotExistException Members

EntityDoesNotExistException Overload

Microsoft.CommerceServer Namespace