Partager via


KeyPermanentlyInvalidatedException Constructeurs

Définition

Surcharges

KeyPermanentlyInvalidatedException()

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

KeyPermanentlyInvalidatedException(String)

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

KeyPermanentlyInvalidatedException(IntPtr, JniHandleOwnership)
KeyPermanentlyInvalidatedException(String, Throwable)

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

KeyPermanentlyInvalidatedException()

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

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

Remarques

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

Documentation Java pour android.security.keystore.KeyPermanentlyInvalidatedException.KeyPermanentlyInvalidatedException().

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 à

KeyPermanentlyInvalidatedException(String)

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

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

Paramètres

message
String
Attributs

Remarques

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

Documentation Java pour android.security.keystore.KeyPermanentlyInvalidatedException.KeyPermanentlyInvalidatedException(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 à

KeyPermanentlyInvalidatedException(IntPtr, JniHandleOwnership)

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

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 à

KeyPermanentlyInvalidatedException(String, Throwable)

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

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

Paramètres

message
String
cause
Throwable
Attributs

Remarques

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

Documentation Java pour android.security.keystore.KeyPermanentlyInvalidatedException.KeyPermanentlyInvalidatedException(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 à