RaiseError(Message: String);
RaiseError(Message: string);
Message. Text of the error.
The RaiseError method generates the error of custom method.
After generating of the error the method execution is stopped.
The method use is given in the example for ITsCalculationContext.CalculationType.
See also: