ITsCalculationContext.RaiseError

Fore Syntax

RaiseError(Message: String);

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ITsCalculationContext