Click or drag to resize

ScriptInterruptedExceptionErrorDetails Property

Gets a detailed error message if one is available, null otherwise.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public string ErrorDetails { get; }

Property Value

String

Implements

IScriptEngineExceptionErrorDetails
See Also