Click or drag to resize

ScriptInterruptedException Properties

The ScriptInterruptedException type exposes the following members.

Properties
  NameDescription
Public propertyEngineName
Gets the name associated with the script engine instance.
Public propertyErrorDetails
Gets a detailed error message if one is available, null otherwise.
Public propertyExecutionStarted
Gets a value that indicates whether script code execution had started before the current exception was thrown.
Public propertyIsFatal
Gets a value that indicates whether the exception represents a fatal error.
Public propertyScriptException
Gets the script exception that caused the current exception to be thrown, or null if one was not specified.
Top
See Also