IDebug.Fail

Syntax

Fail(Message: String);

Parameters

Message - error message, which must be displayed.

Description

The Fail method displays an error message passed by the Message input parameter. Error messages are always displayed without indents. The value is displayed in all the elements, which are contained in the Listeners collection.

See also:

IDebug

IDebug.Listeners