PartialBulkReadException Class

Represents an exception thrown when BulkSpecificFinder returns fewer items than requested.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
Public Class PartialBulkReadException _
    Inherits RuntimeException
'Usage
Dim instance As PartialBulkReadException
[SerializableAttribute]
[DataContractAttribute]
public class PartialBulkReadException : 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

PartialBulkReadException Members

Microsoft.BusinessData.Runtime Namespace