ParseException 构造函数

定义

重载

名称 说明
ParseException()

创建一个 ParseException 无详细信息。

ParseException(String)

使用详细信息消息创建一 ParseException 个。

ParseException(IntPtr, JniHandleOwnership)

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

ParseException()

创建一个 ParseException 无详细信息。

[Android.Runtime.Register(".ctor", "()V", "")]
public ParseException();
属性

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于

ParseException(String)

使用详细信息消息创建一 ParseException 个。

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

参数

message
String
属性

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于

ParseException(IntPtr, JniHandleOwnership)

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

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

参数

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

指示 JniHandleOwnership如何处理 javaReference

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于