言語

ProtocolException コンストラクター

定義

オーバーロード

名前 説明
ProtocolException()

null詳細メッセージを含む新しい ProtocolException を作成します。

ProtocolException(String)

指定した詳細メッセージを使用して、新しい ProtocolException を作成します。

ProtocolException(IntPtr, JniHandleOwnership)

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

ProtocolException(String, Throwable)

指定した詳細メッセージと原因を含む新しい ProtocolException を作成します。

ProtocolException()

null詳細メッセージを含む新しい ProtocolException を作成します。

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

注釈

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

適用対象

ProtocolException(String)

指定した詳細メッセージを使用して、新しい ProtocolException を作成します。

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

パラメーター

message
String
属性

注釈

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

適用対象

ProtocolException(IntPtr, JniHandleOwnership)

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

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

パラメーター

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

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

適用対象

ProtocolException(String, Throwable)

指定した詳細メッセージと原因を含む新しい ProtocolException を作成します。

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

パラメーター

message
String
cause
Throwable
属性

注釈

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

適用対象