Method CalculatingError
CalculatingError(CalcErrorType, uint, string, string, string, uint, ref CalcStatus)
Calculating error event
Declaration
void CalculatingError(CalcErrorType errorType, uint errorCode, string context, string message, string expression, uint options, ref CalcStatus status)
Parameters
| Type | Name | Description |
|---|---|---|
| CalcErrorType | errorType | Type of error |
| uint | errorCode | Error code identifier |
| string | context | Context of error |
| string | message | Error message |
| string | expression | Expression which caused error |
| uint | options | Error handler option flags |
| CalcStatus | status | Calculation status, to stop calculation process return Aborted or Interrupted |