Diagnostics.ReportErrorMessage(Variable, String) Method

Top 

Description

Reports a user defined error message through FreeFlyer's message reporting mechanism.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Diagnostics.ReportErrorMessage(

Variable statusType,


String message)

 

 

Arguments

statusType


Description:

Determines the type of message to be reported. An unrecoverable error message will produce a runtime error even within a Try statement.

Valid Values:

Value

Label

0

Error Message

1

Unrecoverable Error Message

 

 

 

message


Description:

The message to report.

 

 

 

Syntax

Diagnostics.ReportErrorMessage(myVariable1, myString1);

 

 

See also

Diagnostics Object