BackendNullReturnException Class

Represents an exception that is thrown when the external system method returns a null reference (Nothing in Visual Basic) for an object that is required for Microsoft Business Connectivity Services (BCS) to work correctly.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.BusinessData.Infrastructure.BdcException
      Microsoft.BusinessData.Runtime.RuntimeException
        Microsoft.BusinessData.Runtime.BackendNullReturnException

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

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
Public Class BackendNullReturnException _
    Inherits RuntimeException
'Usage
Dim instance As BackendNullReturnException
[SerializableAttribute]
[DataContractAttribute]
public class BackendNullReturnException : RuntimeException

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

BackendNullReturnException Members

Microsoft.BusinessData.Runtime Namespace