共用方式為


PartialBulkReadException 建構函式 (String, Exception, ICollection<Identity>, ICollection<Identity>)

使用郵件、 內部的例外狀況和已接收並要求的身分識別建構新類別的執行個體。

命名空間:  Microsoft.BusinessData.Runtime
組件:  Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)

語法

'宣告
Public Sub New ( _
    message As String, _
    inner As Exception, _
    requested As ICollection(Of Identity), _
    received As ICollection(Of Identity) _
)
'用途
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
)

參數

請參閱

參照

PartialBulkReadException 類別

PartialBulkReadException 成員

PartialBulkReadException 多載

Microsoft.BusinessData.Runtime 命名空間