SaveChangesException Constructor

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Overloaded constructor that initializes a new instance of the SaveChangesException class.

Overload List

Name Description
SaveChangesException () Initializes a new instance of the SaveChangesException class.
SaveChangesException (SaveChangesResultCollection) Initializes a new instance of the SaveChangesException class using SaveChanges method call results.
SaveChangesException (Exception, SaveChangesResultCollection) Initializes a new instance of the SaveChangesException class using an inner exception and SaveChanges method call results.
SaveChangesException (String) Initializes a new instance of the SaveChangesException class with an error message.
SaveChangesException (String, SaveChangesResultCollection) Initializes a new instance of the SaveChangesException class using an error message and SaveChanges method call results.
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.

See Also

Reference

SaveChangesException Class
SaveChangesException Members
Microsoft.Xrm.Sdk Namespace

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.