Share via


ParentEntityDoesNotExistException Class

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

The exception that is thrown when an operation failed because the parent entity does not exist.

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

Syntax

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

Remarks

This exception is thrown when an operation failed because the parent entity does not exist.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Marketing..::.ParentEntityDoesNotExistException

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

ParentEntityDoesNotExistException Members

Microsoft.CommerceServer.Marketing Namespace