Raise Procedure

Applies to TestComplete 15.63, last modified on April 23, 2024

The Raise procedure raises an exception with the specified message.

Declaration

Raise(Str) Parameters
Str [in] Required String
Result     None  

Description

Raises an exception with the message specified by Str.

Parameters

The procedure has the following parameter:

Str

Specifies the message to be displayed when an exception occurs.

See Also

DelphiScript - List of Supported Routines and Variables
ExceptionMessage
DelphiScript - Exception Handling

Highlight search results