Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CalculateExceptionEventArgs Class / CalculateExceptionEventArgs Constructor
Exception which is raised when calculating the result of a formula
Control


In This Topic
    CalculateExceptionEventArgs Constructor
    In This Topic
    Creates a new calculation exception event arguments object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ex As Exception, _
       ByVal ctrl As Control _
    )
    'Usage
     
    
    Dim ex As Exception
    Dim ctrl As Control
     
    Dim instance As New CalculateExceptionEventArgs(ex, ctrl)
    public CalculateExceptionEventArgs( 
       Exception ex,
       Control ctrl
    )

    Parameters

    ex
    Exception which is raised when calculating the result of a formula
    ctrl
    Control
    See Also