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
message
Type: System.StringThe message string.
inner
Type: System.ExceptionThe inner exception that caused this exception.
identity
Type: Microsoft.BusinessData.Runtime.IdentityThe runtime identity.
See Also
Reference
PartialCreateException Members