Share via


PartialBulkReadException Constructor (String, Exception, ICollection<Identity>, ICollection<Identity>)

Constructs a new instance of the class by using a message, the inner exception, and received and requested identities.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception, _
    requested As ICollection(Of Identity), _
    received As ICollection(Of Identity) _
)
'Usage
Dim message As String
Dim inner As Exception
Dim requested As ICollection(Of Identity)
Dim received As ICollection(Of Identity)

Dim instance As New PartialBulkReadException(message, _
    inner, requested, received)
public PartialBulkReadException(
    string message,
    Exception inner,
    ICollection<Identity> requested,
    ICollection<Identity> received
)

Parameters

See Also

Reference

PartialBulkReadException Class

PartialBulkReadException Members

PartialBulkReadException Overload

Microsoft.BusinessData.Runtime Namespace