Langue

KeyNotYetValidException Constructeurs

Définition

Surcharges

Nom Description
KeyNotYetValidException()

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

KeyNotYetValidException(String)

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

KeyNotYetValidException(IntPtr, JniHandleOwnership)
KeyNotYetValidException(String, Throwable)

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

KeyNotYetValidException()

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

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

Remarques

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

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

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 à

KeyNotYetValidException(String)

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

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

Paramètres

message
String
Attributs

Remarques

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

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

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 à

KeyNotYetValidException(IntPtr, JniHandleOwnership)

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

Paramètres

javaReference
IntPtr

nativeint

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 à

KeyNotYetValidException(String, Throwable)

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

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

Paramètres

message
String
cause
Throwable
Attributs

Remarques

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

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

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 à