ObjectDeletedException Class

Exception that is thrown when you try to use an offline external item that has been scheduled for deletion.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.BusinessData.Infrastructure.BdcException
      Microsoft.BusinessData.Runtime.RuntimeException
        Microsoft.BusinessData.Runtime.ObjectNotFoundException
          Microsoft.BusinessData.Runtime.ObjectDeletedException

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ObjectDeletedException _
    Inherits ObjectNotFoundException
'Usage
Dim instance As ObjectDeletedException
[SerializableAttribute]
public class ObjectDeletedException : ObjectNotFoundException

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

ObjectDeletedException Members

Microsoft.BusinessData.Runtime Namespace