JScriptException::EndColumn 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 ends.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: property int EndColumn { [PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")] virtual int get() sealed; }
Property Value
Type: System::Int32The column in the code in which the error ends, or 0 if the Context is null.
Implements
IJSVsaError::EndColumn
.NET Framework
Available since 1.1
Available since 1.1
Show: