Script |
The ScriptInterruptedException type exposes the following members.
Name | Description | |
---|---|---|
ScriptInterruptedException | Initializes a new ScriptInterruptedException instance. | |
ScriptInterruptedException(String) | Initializes a new ScriptInterruptedException with the specified error message. | |
ScriptInterruptedException(SerializationInfo, StreamingContext) | Initializes a new ScriptInterruptedException with serialized data. | |
ScriptInterruptedException(String, Exception) | Initializes a new ScriptInterruptedException with the specified error message and nested exception. |
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. |
Name | Description | |
---|---|---|
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. | |
ToString | Returns a string that represents the current exception. |