IllformedLocaleException.ErrorIndex Property

Definition

Returns the index where the error was found.

public virtual int ErrorIndex { [Android.Runtime.Register("getErrorIndex", "()I", "GetGetErrorIndexHandler")] get; }
[<get: Android.Runtime.Register("getErrorIndex", "()I", "GetGetErrorIndexHandler")>]
member this.ErrorIndex : int

Property Value

the error index

Attributes

Remarks

Returns the index where the error was found. A negative value indicates either the error index is not applicable or unknown.

Java documentation for java.util.IllformedLocaleException.getErrorIndex().

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