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