Spread Windows Forms 8.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 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

CalculateExceptionEventArgs Class
CalculateExceptionEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.