ITsCalculationContext.RaiseWarning

Fore Syntax

RaiseWarning(Message: String);

Fore.NET Syntax

RaiseWarning(Message: string);

Parameters

Message. Warning text.

Description

The RaiseWarning method generates custom method warning.

Comments

After generating of the warning the method execution is continued.

Fore and Fore.NET Examples

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

See also:

ITsCalculationContext