IScriptEngineExceptionInnerException Property |
Gets the host exception that caused the current exception to be thrown, or null if one was not specified.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax Exception InnerException { get; }
ReadOnly Property InnerException As Exception
Get
property Exception^ InnerException {
Exception^ get ();
}
abstract InnerException : Exception with get
Property Value
ExceptionSee Also