Click or drag to resize

ScriptEngineException Constructor (String, Exception)

Initializes a new ScriptEngineException with the specified error message and nested exception.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
Syntax
public ScriptEngineException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The error message.
innerException
Type: SystemException
The exception that caused the current exception to be thrown.
See Also