Langue

AlreadyPersonalizedException Constructeurs

Définition

Surcharges

Nom Description
AlreadyPersonalizedException(String)

Construit une nouvelle AlreadyPersonalizedException exception.

AlreadyPersonalizedException(IntPtr, JniHandleOwnership)
AlreadyPersonalizedException(String, Throwable)

Construit une nouvelle AlreadyPersonalizedException exception.

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.

Java documentation pour android.security.identity.AlreadyPersonalizedException.AlreadyPersonalizedException(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 à

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

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.

Java documentation pour android.security.identity.AlreadyPersonalizedException.AlreadyPersonalizedException(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 à