MethodNotSupportedException 构造函数

定义

重载

MethodNotSupportedException(String)

使用指定的详细信息消息创建新的 MethodNotSupportedException。

MethodNotSupportedException(IntPtr, JniHandleOwnership)

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

MethodNotSupportedException(String, Throwable)

使用指定的详细信息消息和原因创建新的 MethodNotSupportedException。

MethodNotSupportedException(String)

使用指定的详细信息消息创建新的 MethodNotSupportedException。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public MethodNotSupportedException (string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Org.Apache.Http.MethodNotSupportedException : string -> Org.Apache.Http.MethodNotSupportedException

参数

message
String
属性

注解

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

适用于

MethodNotSupportedException(IntPtr, JniHandleOwnership)

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

protected MethodNotSupportedException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.MethodNotSupportedException : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.MethodNotSupportedException

参数

javaReference
IntPtr

nativeint

IntPtr一个包含 Java 本机接口 (JNI) 对象引用。

transfer
JniHandleOwnership

指示 JniHandleOwnership如何处理 javaReference

注解

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

适用于

MethodNotSupportedException(String, Throwable)

使用指定的详细信息消息和原因创建新的 MethodNotSupportedException。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public MethodNotSupportedException (string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")>]
new Org.Apache.Http.MethodNotSupportedException : string * Java.Lang.Throwable -> Org.Apache.Http.MethodNotSupportedException

参数

message
String
cause
Throwable
属性

注解

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

适用于