EphemeralPublicKeyNotFoundException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
EphemeralPublicKeyNotFoundException(String) |
Costruisce una nuova |
EphemeralPublicKeyNotFoundException(IntPtr, JniHandleOwnership) | |
EphemeralPublicKeyNotFoundException(String, Throwable) |
Costruisce una nuova |
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.
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
- transfer
- JniHandleOwnership
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.
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.