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