Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ErrorEventArgs Class / Exception Property


In This Topic
    Exception Property (ErrorEventArgs)
    In This Topic
    Gets the exception thrown by the error.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Exception As Exception
    'Usage
     
    
    Dim instance As ErrorEventArgs
    Dim value As Exception
     
    value = instance.Exception
    public Exception Exception {get;}
    See Also