UserNotAuthenticatedException コンストラクター

定義

オーバーロード

名前 説明
UserNotAuthenticatedException()

詳細メッセージと原因を含まない新しい UserNotAuthenticatedException を構築します。

UserNotAuthenticatedException(String)

指定された詳細メッセージを含む新しい UserNotAuthenticatedException を作成します。原因はありません。

UserNotAuthenticatedException(IntPtr, JniHandleOwnership)
UserNotAuthenticatedException(String, Throwable)

指定された詳細メッセージと原因を含む新しい UserNotAuthenticatedException を構築します。

UserNotAuthenticatedException()

詳細メッセージと原因を含まない新しい UserNotAuthenticatedException を構築します。

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=23)]
public UserNotAuthenticatedException();
属性

注釈

詳細メッセージと原因を含まない新しい UserNotAuthenticatedException を構築します。

android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException()の Java ドキュメント。

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

適用対象

UserNotAuthenticatedException(String)

指定された詳細メッセージを含む新しい UserNotAuthenticatedException を作成します。原因はありません。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=23)]
public UserNotAuthenticatedException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=23)>]
new Android.Security.Keystore.UserNotAuthenticatedException : string -> Android.Security.Keystore.UserNotAuthenticatedException

パラメーター

message
String
属性

注釈

指定された詳細メッセージを含む新しい UserNotAuthenticatedException を作成します。原因はありません。

android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException(java.lang.String)の Java ドキュメント。

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

適用対象

UserNotAuthenticatedException(IntPtr, JniHandleOwnership)

protected UserNotAuthenticatedException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Security.Keystore.UserNotAuthenticatedException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Keystore.UserNotAuthenticatedException

パラメーター

javaReference
IntPtr

nativeint

注釈

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

適用対象

UserNotAuthenticatedException(String, Throwable)

指定された詳細メッセージと原因を含む新しい UserNotAuthenticatedException を構築します。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=23)]
public UserNotAuthenticatedException(string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=23)>]
new Android.Security.Keystore.UserNotAuthenticatedException : string * Java.Lang.Throwable -> Android.Security.Keystore.UserNotAuthenticatedException

パラメーター

message
String
cause
Throwable
属性

注釈

指定された詳細メッセージと原因を含む新しい UserNotAuthenticatedException を構築します。

android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException(java.lang.String, java.lang.Throwable)の Java ドキュメント。

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

適用対象