KeyPermanentlyInvalidatedException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| KeyPermanentlyInvalidatedException() |
Construit un nouveau message |
| KeyPermanentlyInvalidatedException(String) |
Construit un nouveau |
| KeyPermanentlyInvalidatedException(IntPtr, JniHandleOwnership) | |
| KeyPermanentlyInvalidatedException(String, Throwable) |
Construit un nouveau |
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.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.
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.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.
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
- transfer
- JniHandleOwnership
Remarques
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.
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.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.