VirtualUser Warn Method (Exception)C# API
Writes a warning message to the VU event log, consisting of the specified exception

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

public void Warn(
	Exception e
)

Parameters

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