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
message
Type: System.StringThe message string.
inner
Type: System.ExceptionThe inner exception that caused this exception.
requested
Type: System.Collections.Generic.ICollection<Identity>The requested identity collection, which represents the identities that are required to be read from the external system.
received
Type: System.Collections.Generic.ICollection<Identity>The received identity collection, which represents the identities returned by the external system.
See Also
Reference
PartialBulkReadException Class
PartialBulkReadException Members