AlreadyPersonalizedException 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 |
|---|---|
| AlreadyPersonalizedException(String) |
Construit une nouvelle |
| AlreadyPersonalizedException(IntPtr, JniHandleOwnership) | |
| AlreadyPersonalizedException(String, Throwable) |
Construit une nouvelle |
AlreadyPersonalizedException(String)
Construit une nouvelle AlreadyPersonalizedException exception.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=30)]
public AlreadyPersonalizedException(string message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=30)>]
new Android.Security.Identity.AlreadyPersonalizedException : string -> Android.Security.Identity.AlreadyPersonalizedException
Paramètres
- message
- String
message détaillé.
- Attributs
Remarques
Construit une nouvelle AlreadyPersonalizedException exception.
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 à
AlreadyPersonalizedException(IntPtr, JniHandleOwnership)
protected AlreadyPersonalizedException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Security.Identity.AlreadyPersonalizedException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Identity.AlreadyPersonalizedException
Paramètres
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
S’applique à
AlreadyPersonalizedException(String, Throwable)
Construit une nouvelle AlreadyPersonalizedException exception.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=30)]
public AlreadyPersonalizedException(string message, Java.Lang.Throwable cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=30)>]
new Android.Security.Identity.AlreadyPersonalizedException : string * Java.Lang.Throwable -> Android.Security.Identity.AlreadyPersonalizedException
Paramètres
- message
- String
message détaillé.
- cause
- Throwable
la cause.
- Attributs
Remarques
Construit une nouvelle AlreadyPersonalizedException exception.
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.