Java.Nio.Charset.CoderResult.UnmappableForLength Method
Gets a CoderResult object indicating an unmappable character error.

Syntax

[Android.Runtime.Register("unmappableForLength", "(I)Ljava/nio/charset/CoderResult;", "")]
public static CoderResult UnmappableForLength (int length)

Parameters

length
the length of the input unit sequence denoting the unmappable character.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif length is non-positive.

Remarks

Gets a CoderResult object indicating an unmappable character error.

[Android Documentation]

Requirements

Namespace: Java.Nio.Charset
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1