ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewUpdatedEventArgs Class / Exception Property

In This Topic
    Exception Property (C1GridViewUpdatedEventArgs)
    In This Topic
    Gets the exception (if any) that was raised during the update operation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exception As System.Exception
    public System.Exception Exception {get;}
    See Also