ParseException.ErrorOffset Property

Definition

Returns the position where the error was found.

public virtual int ErrorOffset { [Android.Runtime.Register("getErrorOffset", "()I", "GetGetErrorOffsetHandler")] get; }
[<get: Android.Runtime.Register("getErrorOffset", "()I", "GetGetErrorOffsetHandler")>]
member this.ErrorOffset : int

Property Value

the position where the error was found

Attributes

Remarks

Returns the position where the error was found.

Java documentation for java.text.ParseException.getErrorOffset().

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