CoderResult.ThrowException Method
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.
Throws an exception appropriate to the result described by this object.
[Android.Runtime.Register("throwException", "()V", "GetThrowExceptionHandler")]
public virtual void ThrowException ();
[<Android.Runtime.Register("throwException", "()V", "GetThrowExceptionHandler")>]
abstract member ThrowException : unit -> unit
override this.ThrowException : unit -> unit
- Attributes
Exceptions
in case this is an underflow.
in case this is an overflow.
in case this is an unmappable-character error.
in case this is a malformed-input error.
the default exception.
Remarks
Throws an exception appropriate to the result described by this object.
Java documentation for java.nio.charset.CoderResult.throwException()
.
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.