Share via


PartialCreateException Constructor (String, Exception, Identity)

Constructs a new instance of the class by using a message, the inner exception, and the identity of the created external item.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception, _
    identity As Identity _
)
'Usage
Dim message As String
Dim inner As Exception
Dim identity As Identity

Dim instance As New PartialCreateException(message, _
    inner, identity)
public PartialCreateException(
    string message,
    Exception inner,
    Identity identity
)

Parameters

See Also

Reference

PartialCreateException Class

PartialCreateException Members

PartialCreateException Overload

Microsoft.BusinessData.Runtime Namespace