IScriptEngineExceptionErrorDetails 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.5
Syntaxstring ErrorDetails { get; }
ReadOnly Property ErrorDetails As String
Get
property String^ ErrorDetails {
String^ get ();
}
abstract ErrorDetails : string with get
Property Value
Type:
String
See Also