ComponentOne Data Source for Entity Framework
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 System.Exception
    public System.Exception Error {get;}
    See Also