ParentEntityDeletedException 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 has been deleted.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ParentEntityDeletedException _
Inherits Exception _
Implements ISerializable
'Usage
Dim instance As ParentEntityDeletedException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ParentEntityDeletedException : Exception, ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ParentEntityDeletedException : public Exception,
ISerializable
public class ParentEntityDeletedException extends Exception implements ISerializable
Remarks
This exception is thrown when operation has failed because the parent entity has been deleted.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Marketing..::.ParentEntityDeletedException
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.