VirtualUserScript WriteMessage Method (Exception)C# API
Write an information message to the VU event log, consisting of the exception specified.

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

public void WriteMessage(
	Exception e
)

Parameters

e
Type: System Exception
The exception to write to the event log.
See Also