ErrorEventArgs.Colno Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the column number of the script file on which the error occurred.
public:
property int Colno { int get(); void set(int value); };
public int Colno { get; set; }
member this.Colno : int with get, set
Public Property Colno As Integer