IMsProblemCalculationCallback.OnError

Fore Syntax

OnError(Message: String);

Fore.NET Syntax

OnError(Message: string);

Parameters

Message. Error message.

Description

The OnError method implements the event that occurs on occurring an error during problem calculation in modeling container.

Fore and Fore.NET Examples

The method use is given in the example for IMsproblemCalculationCallback.OnWarning.

See also:

IMsProblemCalculationCallback