Condividi tramite


EphemeralPublicKeyNotFoundException Costruttori

Definizione

Overload

EphemeralPublicKeyNotFoundException(String)

Costruisce una nuova EphemeralPublicKeyNotFoundException eccezione.

EphemeralPublicKeyNotFoundException(IntPtr, JniHandleOwnership)
EphemeralPublicKeyNotFoundException(String, Throwable)

Costruisce una nuova EphemeralPublicKeyNotFoundException eccezione.

EphemeralPublicKeyNotFoundException(String)

Costruisce una nuova EphemeralPublicKeyNotFoundException eccezione.

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

Parametri

message
String

messaggio di dettaglio.

Attributi

Commenti

Costruisce una nuova EphemeralPublicKeyNotFoundException eccezione.

Documentazione java per android.security.identity.EphemeralPublicKeyNotFoundException.EphemeralPublicKeyNotFoundException(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

EphemeralPublicKeyNotFoundException(IntPtr, JniHandleOwnership)

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

Parametri

javaReference
IntPtr

nativeint

Si applica a

EphemeralPublicKeyNotFoundException(String, Throwable)

Costruisce una nuova EphemeralPublicKeyNotFoundException eccezione.

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

Parametri

message
String

messaggio di dettaglio.

cause
Throwable

la causa.

Attributi

Commenti

Costruisce una nuova EphemeralPublicKeyNotFoundException eccezione.

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

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a