True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / ErrorEventArgs Class / Exception Property

In This Topic
    Exception Property (ErrorEventArgs)
    In This Topic
    The exception which caused the Event to be raised.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exception As System.Exception
    public System.Exception Exception {get;}
    See Also