Click or drag to resize

ScriptInterruptedException(String, Exception) Constructor

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

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

Parameters

message  String
The error message.
innerException  Exception
The exception that caused the current exception to be thrown.
See Also