Click or drag to resize

ScriptEngineException Constructor (String)

Initializes a new ScriptEngineException with the specified error message.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntax
public ScriptEngineException(
	string message
)

Parameters

message
Type: SystemString
The error message.
See Also