Langue

UserNotAuthenticatedException Constructeurs

Définition

Surcharges

Nom Description
UserNotAuthenticatedException()

Construit un nouveau message UserNotAuthenticatedException sans détail et cause.

UserNotAuthenticatedException(String)

Construit un nouveau UserNotAuthenticatedException avec le message de détail fourni et aucune cause.

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

Construit un nouveau UserNotAuthenticatedException avec le message de détail fourni et la cause.

UserNotAuthenticatedException()

Construit un nouveau message UserNotAuthenticatedException sans détail et cause.

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

Remarques

Construit un nouveau message UserNotAuthenticatedException sans détail et cause.

Java documentation pour android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException().

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

UserNotAuthenticatedException(String)

Construit un nouveau UserNotAuthenticatedException avec le message de détail fourni et aucune cause.

[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

Paramètres

message
String
Attributs

Remarques

Construit un nouveau UserNotAuthenticatedException avec le message de détail fourni et aucune cause.

Java documentation pour android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException(java.lang.String).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

UserNotAuthenticatedException(IntPtr, JniHandleOwnership)

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

Paramètres

javaReference
IntPtr

nativeint

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

UserNotAuthenticatedException(String, Throwable)

Construit un nouveau UserNotAuthenticatedException avec le message de détail fourni et la cause.

[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

Paramètres

message
String
cause
Throwable
Attributs

Remarques

Construit un nouveau UserNotAuthenticatedException avec le message de détail fourni et la cause.

Java documentation pour android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException(java.lang.String, java.lang.Throwable).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à