Spread Windows Forms 9.0 Product Documentation
CalculateExceptionEventArgs Constructor


Exception which is raised when calculating the result of a formula
Control
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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

CalculateExceptionEventArgs Class
CalculateExceptionEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.