Warning message provided by the calculator.
[Visual Basic .NET] Public Sub CalculatorWarning ( _ ByVal rowID As Integer, _ ByVal bHasOID As Boolean, _ ByVal errorType As esriCalculatorErrorType, _ ByVal errorMsg As String _ )
[C#] public void CalculatorWarning ( int rowID, bool bHasOID, esriCalculatorErrorType errorType, string errorMsg );
Product Availability
Available with ArcGIS Desktop.
Remarks
CalculatorWarning is called when an issue was encountered during the calculation, but the calculation can continue.You can return a flag to abort, if you want to stop processing.