SecureKeyImportUnavailableException 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
SecureKeyImportUnavailableException()
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=28)]
public SecureKeyImportUnavailableException();
- Attributs
S’applique à
SecureKeyImportUnavailableException(Throwable)
[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "", ApiSince=28)]
public SecureKeyImportUnavailableException(Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "", ApiSince=28)>]
new Android.Security.Keystore.SecureKeyImportUnavailableException : Java.Lang.Throwable -> Android.Security.Keystore.SecureKeyImportUnavailableException
Paramètres
- cause
- Throwable
- Attributs
S’applique à
SecureKeyImportUnavailableException(String)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=28)]
public SecureKeyImportUnavailableException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=28)>]
new Android.Security.Keystore.SecureKeyImportUnavailableException : string -> Android.Security.Keystore.SecureKeyImportUnavailableException
Paramètres
- message
- String
- Attributs
S’applique à
SecureKeyImportUnavailableException(IntPtr, JniHandleOwnership)
protected SecureKeyImportUnavailableException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Security.Keystore.SecureKeyImportUnavailableException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Keystore.SecureKeyImportUnavailableException
Paramètres
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
S’applique à
SecureKeyImportUnavailableException(String, Throwable)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=28)]
public SecureKeyImportUnavailableException(string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=28)>]
new Android.Security.Keystore.SecureKeyImportUnavailableException : string * Java.Lang.Throwable -> Android.Security.Keystore.SecureKeyImportUnavailableException
Paramètres
- message
- String
- cause
- Throwable
- Attributs