Script |
The ScriptInterruptedException type exposes the following members.
| Name | Description | |
|---|---|---|
| EngineName | Gets the name associated with the script engine instance. | |
| ErrorDetails | Gets a detailed error message if one is available, null otherwise. | |
| ExecutionStarted | Gets a value that indicates whether script code execution had started before the current exception was thrown. | |
| IsFatal | Gets a value that indicates whether the exception represents a fatal error. | |
| ScriptException | Gets the script exception that caused the current exception to be thrown, or null if one was not specified. | |
| ScriptExceptionAsObject | Gets the script exception that caused the current exception to be thrown, or null if one was not specified, without engaging the dynamic infrastructure. |