JScriptException::SourceItem Property

 

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.

Namespace:   Microsoft.JScript
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.

.NET Framework
Available since 1.1
Return to top
Show: