VirtualUserScript Error Method (Exception)C# API
Writes an error message to the VU event log, which will consist of the details of the specified Exception.

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

public void Error(
	Exception e
)

Parameters

e
Type: System Exception
The exception to record in the event log.
Remarks

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