AlreadyPersonalizedException Costruttori

Definizione

Overload

Nome Descrizione
AlreadyPersonalizedException(String)

Costruisce una nuova AlreadyPersonalizedException eccezione.

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

Costruisce una nuova AlreadyPersonalizedException eccezione.

AlreadyPersonalizedException(String)

Costruisce una nuova AlreadyPersonalizedException eccezione.

[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

Parametri

message
String

messaggio di dettaglio.

Attributi

Commenti

Costruisce una nuova AlreadyPersonalizedException eccezione.

per android.security.identity.AlreadyPersonalizedException.AlreadyPersonalizedException(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

AlreadyPersonalizedException(IntPtr, JniHandleOwnership)

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

Parametri

javaReference
IntPtr

nativeint

Si applica a

AlreadyPersonalizedException(String, Throwable)

Costruisce una nuova AlreadyPersonalizedException eccezione.

[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

Parametri

message
String

messaggio di dettaglio.

cause
Throwable

la causa.

Attributi

Commenti

Costruisce una nuova AlreadyPersonalizedException eccezione.

per android.security.identity.AlreadyPersonalizedException.AlreadyPersonalizedException(java.lang.String, java.lang.Throwable).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a