JScriptException::Line Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the line of code in which the error occurs.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: property int Line { [PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")] virtual int get() sealed; }
Property Value
Type: System::Int32The line of code in which the error occurs, or 0 if the Context is null.
Implements
IJSVsaError::Line
.NET Framework
Available since 1.1
Available since 1.1
Show: