VirtualUser OnException Method C# API
This method is called whenever an unhandled exception is thrown by a script.

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

protected internal virtual bool OnException(
	Exception e
)

Parameters

e
Type: System Exception
The exception that was thrown

Return Value

true if the exception should be recorded as an error and counted as a script failure, false if the exception should be ignored.
See Also