HttpHostConnectException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HttpHostConnectException(HttpHost, ConnectException) | |
HttpHostConnectException(IntPtr, JniHandleOwnership) |
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。 |
HttpHostConnectException(HttpHost, ConnectException)
[Android.Runtime.Register(".ctor", "(Lorg/apache/http/HttpHost;Ljava/net/ConnectException;)V", "")]
public HttpHostConnectException (Org.Apache.Http.HttpHost? host, Java.Net.ConnectException? cause);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/HttpHost;Ljava/net/ConnectException;)V", "")>]
new Org.Apache.Http.Conn.HttpHostConnectException : Org.Apache.Http.HttpHost * Java.Net.ConnectException -> Org.Apache.Http.Conn.HttpHostConnectException
パラメーター
- host
- HttpHost
- cause
- ConnectException
- 属性
注釈
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。
適用対象
HttpHostConnectException(IntPtr, JniHandleOwnership)
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。
protected HttpHostConnectException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Conn.HttpHostConnectException : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Conn.HttpHostConnectException
パラメーター
- transfer
- JniHandleOwnership
JniHandleOwnership処理方法を示すjavaReference
注釈
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。