Message - A recursive call to the event_handler has been detected.

Applies to TestComplete 15.73, last modified on March 04, 2025

This message is displayed if TestComplete detects a recursive call to an event handler. This can occur, if you include a call to the Log.Message method from the handler of the OnLogMessage event. The message allows you to choose whether to continue the script execution or to abort it. If you continue the script execution, the stack overflow error may occur.

See Also

Log.Message
OnLogMessage Event

Highlight search results