SAXParseException.ColumnNumber Property

Definition

The column number of the end of the text where the exception occurred.

public virtual int ColumnNumber { [Android.Runtime.Register("getColumnNumber", "()I", "GetGetColumnNumberHandler")] get; }
[<get: Android.Runtime.Register("getColumnNumber", "()I", "GetGetColumnNumberHandler")>]
member this.ColumnNumber : int

Property Value

An integer representing the column number, or -1 if none is available.

Attributes

Remarks

The column number of the end of the text where the exception occurred.

The first column in a line is position 1.

Java documentation for org.xml.sax.SAXParseException.getColumnNumber().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also