VirtualUser Fail Method C# API
Writes a fail event to the VU event log.

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

public void Fail(
	string message,
	bool throwException
)

Parameters

message
Type: System String
A failure message which appears in the Info column.
throwException
Type: System Boolean
true if an FCException should be thrown; otherwise, false.
See Also