Version

FormulaCalculationErrorEventArgs Constructor

Syntax
'Declaration
 
Public Function New( _
   ByVal context As Object, _
   ByVal errorDisplayText As String, _
   ByVal errorValue As Object, _
   ByVal errorInfo As UltraCalcErrorValue, _
   ByVal errorIcon As Icon _
)
public FormulaCalculationErrorEventArgs( 
   object context,
   string errorDisplayText,
   object errorValue,
   UltraCalcErrorValue errorInfo,
   Icon errorIcon
)

Parameters

context
Object for which the calculation error is occuring
errorDisplayText
Error message to display
errorValue
Error value that should be used to update the object whose calculation resulted in an error
errorInfo
UltraCalcErrorValue providing information about the error
errorIcon
Icon to display indicating that an error has occurred
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also