IScriptEngineException Interface |
Namespace: Microsoft.ClearScript
The IScriptEngineException 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.
|
![]() | HResult |
Gets an HRESULT error code if one is available, zero otherwise.
|
![]() | InnerException |
Gets the host exception that caused the current exception to be thrown, or null if one was not specified.
|
![]() | IsFatal |
Gets a value that indicates whether the exception represents a fatal error.
|
![]() | Message |
Gets the error message.
|
![]() | ScriptException |
Gets the script exception that caused the current exception to be thrown, or null if one was not specified.
|