VirtualUserScript Error Method (String, String)C# API
Writes an error message to the VU event log, specifying an identifier which appears in the ID column.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public void Error(
	string id,
	string info
)

Parameters

id
Type: System String
The error identifier, which appears in the ID column.
info
Type: System String
An error message which appears in the Info column.
Remarks

An error message is written to the VU event log, and then the event log is flushed.
See Also