ITsCalculationContext.RaiseError

Fore syntax

RaiseError(Message: String);

Fore.NET syntax

RaiseError(Message: string);

Parameters

Message. Text of the error.

Description

The RaiseError method generates the error of custom method.

Comments

After generating of the error the method execution is stopped.

Fore and Fore.NET examples

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

See also:

ITsCalculationContext