This method is called whenever an unhandled exception is thrown by a script.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
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