Java.Nio.Charset.CoderResult.ThrowException Method
Throws an exception corresponding to this coder result.

Syntax

[Android.Runtime.Register("throwException", "()V", "GetThrowExceptionHandler")]
public virtual void ThrowException ()

Exceptions

TypeReason
Java.Nio.BufferUnderflowExceptionin case this is an underflow.
Java.Nio.BufferOverflowExceptionin case this is an overflow.
Java.Nio.Charset.UnmappableCharacterExceptionin case this is an unmappable-character error.
Java.Nio.Charset.MalformedInputExceptionin case this is a malformed-input error.
Java.Nio.Charset.CharacterCodingExceptionthe default exception.

Remarks

Throws an exception corresponding to this coder result.

[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