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


In This Topic
    Exception Property (CalculateExceptionEventArgs)
    In This Topic
    Gets the exception raised when calculating the result of a formula.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Exception As Exception
    'Usage
     
    
    Dim instance As CalculateExceptionEventArgs
    Dim value As Exception
     
    value = instance.Exception
    public Exception Exception {get;}

    Property Value

    Exception
    See Also