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
)
參數
message
類型:System.String訊息字串。
inner
類型:System.Exception內部例外狀況造成此例外狀況。
requested
類型:System.Collections.Generic.ICollection<Identity>要求的身分識別的集合,代表,才能從外部系統讀取身分識別。
received
類型:System.Collections.Generic.ICollection<Identity>收到的身分識別的集合,代表傳回外部系統的身分識別。