言語

HttpResponseException コンストラクター

定義

オーバーロード

名前 説明
HttpResponseException(Int32, String)
HttpResponseException(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

HttpResponseException(Int32, String)

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "")]
public HttpResponseException(int statusCode, string? s);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "")>]
new Org.Apache.Http.Client.HttpResponseException : int * string -> Org.Apache.Http.Client.HttpResponseException

パラメーター

statusCode
Int32
s
String
属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

HttpResponseException(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

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

パラメーター

javaReference
IntPtr

nativeint

Java ネイティブ インターフェイス (JNI) オブジェクト参照を含むIntPtr

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象