UnsupportedEncodingException 类

定义

不支持字符编码。

[Android.Runtime.Register("java/io/UnsupportedEncodingException", DoNotGenerateAcw=true)]
public class UnsupportedEncodingException : Java.IO.IOException
[<Android.Runtime.Register("java/io/UnsupportedEncodingException", DoNotGenerateAcw=true)>]
type UnsupportedEncodingException = class
    inherit IOException
继承
UnsupportedEncodingException
属性

注解

不支持字符编码。

在 1.1 中添加。

适用于 . 的 java.io.UnsupportedEncodingExceptionJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

构造函数

UnsupportedEncodingException()

在没有详细信息消息的情况下构造 UnsupportedEncodingException。

UnsupportedEncodingException(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

UnsupportedEncodingException(String)

使用详细信息消息构造 UnsupportedEncodingException。

字段

is_generated

不支持字符编码。

(继承自 Throwable)

属性

Cause

返回此可引发的原因,或者 null 原因不存在或未知。

(继承自 Throwable)
Class

不支持字符编码。

(继承自 Throwable)
Handle

基础 Android 实例的句柄。

(继承自 Throwable)
JniIdentityHashCode

不支持字符编码。

(继承自 Throwable)
JniPeerMembers

不支持字符编码。

LocalizedMessage

创建此可引发的本地化说明。

(继承自 Throwable)
Message

返回此可引发的详细信息消息字符串。

(继承自 Throwable)
PeerReference

不支持字符编码。

(继承自 Throwable)
StackTrace

不支持字符编码。

(继承自 Throwable)
ThresholdClass

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

ThresholdType

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

方法

AddSuppressed(Throwable)

将指定的异常追加到取消的异常,以便传递此异常。

(继承自 Throwable)
Dispose()

不支持字符编码。

(继承自 Throwable)
Dispose(Boolean)

不支持字符编码。

(继承自 Throwable)
FillInStackTrace()

填充执行堆栈跟踪。

(继承自 Throwable)
GetStackTrace()

提供对打印的 #printStackTrace()堆栈跟踪信息的编程访问。

(继承自 Throwable)
GetSuppressed()

返回一个数组,其中包含禁止显示的所有异常,通常是由 try-with-resources 语句为了传递此异常。

(继承自 Throwable)
InitCause(Throwable)

初始化 此可引发到指定值的原因

(继承自 Throwable)
PrintStackTrace()

打印此可引发结果及其回溯到标准错误流。

(继承自 Throwable)
PrintStackTrace(PrintStream)

打印此可引发的输出及其回溯到指定的打印流。

(继承自 Throwable)
PrintStackTrace(PrintWriter)

打印此可引发结果及其回溯到指定的打印编写器。

(继承自 Throwable)
SetHandle(IntPtr, JniHandleOwnership)

设置 Handle 属性。

(继承自 Throwable)
SetStackTrace(StackTraceElement[])

设置将由相关方法返回 #getStackTrace() 和打印 #printStackTrace() 的堆栈跟踪元素。

(继承自 Throwable)
ToString()

不支持字符编码。

(继承自 Throwable)
UnregisterFromRuntime()

不支持字符编码。

(继承自 Throwable)

显式接口实现

IJavaPeerable.Disposed()

不支持字符编码。

(继承自 Throwable)
IJavaPeerable.DisposeUnlessReferenced()

不支持字符编码。

(继承自 Throwable)
IJavaPeerable.Finalized()

不支持字符编码。

(继承自 Throwable)
IJavaPeerable.JniManagedPeerState

不支持字符编码。

(继承自 Throwable)
IJavaPeerable.SetJniIdentityHashCode(Int32)

不支持字符编码。

(继承自 Throwable)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

不支持字符编码。

(继承自 Throwable)
IJavaPeerable.SetPeerReference(JniObjectReference)

不支持字符编码。

(继承自 Throwable)

扩展方法

JavaCast<TResult>(IJavaObject)

执行 Android 运行时检查的类型转换。

JavaCast<TResult>(IJavaObject)

不支持字符编码。

GetJniTypeName(IJavaPeerable)

不支持字符编码。

适用于