BackendBusyException 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
| Nome | Descrizione |
|---|---|
| BackendBusyException(Int64) |
Costruisce un nuovo |
| BackendBusyException(Int64, String) |
Costruisce un nuovo |
| BackendBusyException(IntPtr, JniHandleOwnership) | |
| BackendBusyException(Int64, String, Throwable) |
Costruisce un nuovo |
BackendBusyException(Int64)
Costruisce un nuovo BackendBusyException senza messaggio di dettaglio e causa.
[Android.Runtime.Register(".ctor", "(J)V", "", ApiSince=31)]
public BackendBusyException(long backOffHintMillis);
[<Android.Runtime.Register(".ctor", "(J)V", "", ApiSince=31)>]
new Android.Security.Keystore.BackendBusyException : int64 -> Android.Security.Keystore.BackendBusyException
Parametri
- backOffHintMillis
- Int64
- Attributi
Commenti
Costruisce un nuovo BackendBusyException senza messaggio di dettaglio e causa.
per android.security.keystore.BackendBusyException.BackendBusyException(long).
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
BackendBusyException(Int64, String)
Costruisce un nuovo BackendBusyException oggetto con il messaggio di dettaglio specificato e nessuna causa.
[Android.Runtime.Register(".ctor", "(JLjava/lang/String;)V", "", ApiSince=31)]
public BackendBusyException(long backOffHintMillis, string message);
[<Android.Runtime.Register(".ctor", "(JLjava/lang/String;)V", "", ApiSince=31)>]
new Android.Security.Keystore.BackendBusyException : int64 * string -> Android.Security.Keystore.BackendBusyException
Parametri
- backOffHintMillis
- Int64
- message
- String
- Attributi
Commenti
Costruisce un nuovo BackendBusyException oggetto con il messaggio di dettaglio specificato e nessuna causa.
per android.security.keystore.BackendBusyException.BackendBusyException(long, 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
BackendBusyException(IntPtr, JniHandleOwnership)
protected BackendBusyException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Security.Keystore.BackendBusyException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Keystore.BackendBusyException
Parametri
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Si applica a
BackendBusyException(Int64, String, Throwable)
Costruisce un nuovo BackendBusyException oggetto con il messaggio di dettaglio e la causa specificati.
[Android.Runtime.Register(".ctor", "(JLjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=31)]
public BackendBusyException(long backOffHintMillis, string message, Java.Lang.Throwable cause);
[<Android.Runtime.Register(".ctor", "(JLjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=31)>]
new Android.Security.Keystore.BackendBusyException : int64 * string * Java.Lang.Throwable -> Android.Security.Keystore.BackendBusyException
Parametri
- backOffHintMillis
- Int64
- message
- String
- cause
- Throwable
- Attributi
Commenti
Costruisce un nuovo BackendBusyException oggetto con il messaggio di dettaglio e la causa specificati.
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.