言語

AuthenticationException コンストラクター

定義

オーバーロード

名前 説明
AuthenticationException()

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

AuthenticationException(String)

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

AuthenticationException(IntPtr, JniHandleOwnership)

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

AuthenticationException(String, Throwable)

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

AuthenticationException()

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

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

注釈

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

適用対象

AuthenticationException(String)

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

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

パラメーター

message
String
属性

注釈

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

適用対象

AuthenticationException(IntPtr, JniHandleOwnership)

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

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

パラメーター

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

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

適用対象

AuthenticationException(String, Throwable)

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

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

パラメーター

message
String
cause
Throwable
属性

注釈

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

適用対象