Version

RaiseFormulaError Method

Used to notify the CalcManager that a calculation or reference exception has occurred.
Syntax
'Declaration
 
Function RaiseFormulaError( _
   ByVal reference As IUltraCalcReference, _
   ByVal errorValue As Object, _
   ByVal calcErrorValue As UltraCalcErrorValue, _
   ByVal errorIcon As Icon _
) As FormulaCalculationErrorEventArgs

Parameters

reference
The IUltraCalcReference of the element.
errorValue
The value that caused the exception.
calcErrorValue
The UltraCalcErrorValue describing the exception.
errorIcon
The System.Drawing.Icon shown for an error.

Return Value

The FormulaCalculationErrorEventArgs created from the specified parameters.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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