[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.IExpressionEngine.AddError

AddError Method

AddError(int, int, ErrorType)

Adds an error to the error collection.

Declaration
void AddError(int position, int length, ErrorType code)
Parameters
Type Name Description
int position

Start position of error in the Expression string.

int length

Error substring length.

ErrorType code

Code of error.