EntityDoesNotExistException Class

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

The exception that is thrown when an attempt is made to retrieve an entity that does not exist in the campaigns database.

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

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class EntityDoesNotExistException _
    Inherits Exception _
    Implements ISerializable
'Usage
Dim instance As EntityDoesNotExistException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class EntityDoesNotExistException : Exception, ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class EntityDoesNotExistException : public Exception, 
    ISerializable
public class EntityDoesNotExistException extends Exception implements ISerializable

Remarks

EntityDoesNotExistException can also indicate that a reference was made to an entity that does not exist when saving an existing entity.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer..::.EntityDoesNotExistException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EntityDoesNotExistException Members

Microsoft.CommerceServer Namespace