DataSource for Entity Framework in WPF
C1.Data Namespace / SavedChangesEventArgs Class / Error Property

In This Topic
    Error Property (SavedChangesEventArgs)
    In This Topic
    Gets a value showing the error that occurred during a save operation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Error As Exception
    public Exception Error {get;}
    See Also