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.2.4
Syntaxpublic string ErrorDetails { get; }
Public ReadOnly Property ErrorDetails As String
Get
public:
virtual property String^ ErrorDetails {
String^ get () sealed;
}
abstract ErrorDetails : string with get
override ErrorDetails : string with get
Property Value
Type:
StringImplements
IScriptEngineExceptionErrorDetails
See Also