SAXParseException.ColumnNumber 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.
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.