Version: 2023.1
언어: 한국어
public void ThrowError (string message);
public void ThrowError (string message, stringView errorPosition);

설명

Stop a SearchExpression evaluation by throwing a SearchExceptionEvaluatorException. User writing an evaluator can decide to throw thse exceptions if the parameters passed to evaluation are not valid or if a problem happens during evaluation.