JScriptException::SourceItem Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the source code item that caused the error.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: property IJSVsaItem^ SourceItem { [PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")] virtual IJSVsaItem^ get() sealed; }
Property Value
Type: Microsoft.JScript.Vsa::IJSVsaItem^The source code item; or throws a NoContextException if the Context is null.
Implements
IJSVsaError::SourceItem
.NET Framework
Available since 1.1
Available since 1.1
Show: