ITsCalculationContext.RaiseError

Syntax

RaiseError(Message: String);

Parameters

Message. Error text.

Description

The RaiseError method generates custom method error.

Comments

After generating of the error the method execution is stopped.

Example

The method use is given in the example for ITsCalculationContext.CalculationType.

See also:

ITsCalculationContext