BackendBusyException Costruttori

Definizione

Overload

Nome Descrizione
BackendBusyException(Int64)

Costruisce un nuovo BackendBusyException senza messaggio di dettaglio e causa.

BackendBusyException(Int64, String)

Costruisce un nuovo BackendBusyException oggetto con il messaggio di dettaglio specificato e nessuna causa.

BackendBusyException(IntPtr, JniHandleOwnership)
BackendBusyException(Int64, String, Throwable)

Costruisce un nuovo BackendBusyException oggetto con il messaggio di dettaglio e la causa specificati.

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

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.

per android.security.keystore.BackendBusyException.BackendBusyException(long, 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