SaveChangesException Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Represents an exception that occurred when saving changes to the OrganizationServiceContext.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
| Name | Description | |
|---|---|---|
![]() | SaveChangesException() | Initializes a new instance of the SaveChangesException class. |
![]() | SaveChangesException(Exception, SaveChangesResultCollection) | Initializes a new instance of the SaveChangesException class using an inner exception and SaveChanges method call results. |
![]() | SaveChangesException(SaveChangesResultCollection) | Initializes a new instance of the SaveChangesException class using SaveChanges method call results. |
![]() | SaveChangesException(String) | Initializes a new instance of the SaveChangesException class with an error message. |
![]() | SaveChangesException(String, Exception) | Initializes a new instance of the SaveChangesException class with and error message and an inner exception. |
![]() | SaveChangesException(String, Exception, SaveChangesResultCollection) | Initializes a new instance of the SaveChangesException class with and error message, an inner exception, and SaveChanges method call results. |
![]() | SaveChangesException(String, SaveChangesResultCollection) | Initializes a new instance of the SaveChangesException class using an error message and SaveChanges method call results. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Results | Gets the results from a SaveChanges method call. |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | Sets the SerializationInfo with information about the exception.(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright

