ScriptEngineExceptionErrorDetails Property |
Gets a detailed error message if one is available, null otherwise.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public 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
StringImplements
IScriptEngineExceptionErrorDetailsSee Also