Gets a value showing the error that occurred during a save operation.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public Exception Error { get; private set; }
Visual Basic
Public Property Error As Exception
	Get
	Private Set

See Also