PartialCreateException Class
Represents an exception thrown when a CreateWithFields operation needs to execute both Create and UpdateMethodInstances, and execution of Update MehtodInstance has failed.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.BusinessData.Infrastructure.BdcException
Microsoft.BusinessData.Runtime.RuntimeException
Microsoft.BusinessData.Runtime.PartialCreateException
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
Public Class PartialCreateException _
Inherits RuntimeException
'Usage
Dim instance As PartialCreateException
[SerializableAttribute]
[DataContractAttribute]
public class PartialCreateException : RuntimeException
Remarks
The Identity from the Create operation is available on the exception.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.