ScriptContextTerminationException Constructor (String)C# API
Initializes a new instance of the ScriptContextTerminationException class with a specified error message.

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

public ScriptContextTerminationException(
	string s
)

Parameters

s
Type: System String
A string that describes the error.
See Also