UserNotAuthenticatedException Costruttori

Definizione

Overload

Nome Descrizione
UserNotAuthenticatedException()

Costruisce un nuovo UserNotAuthenticatedException senza messaggio di dettaglio e causa.

UserNotAuthenticatedException(String)

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

UserNotAuthenticatedException(IntPtr, JniHandleOwnership)
UserNotAuthenticatedException(String, Throwable)

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

UserNotAuthenticatedException()

Costruisce un nuovo UserNotAuthenticatedException senza messaggio di dettaglio e causa.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=23)]
public UserNotAuthenticatedException();
Attributi

Commenti

Costruisce un nuovo UserNotAuthenticatedException senza messaggio di dettaglio e causa.

per android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException().

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

UserNotAuthenticatedException(String)

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

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

Parametri

message
String
Attributi

Commenti

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

per android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException(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

UserNotAuthenticatedException(IntPtr, JniHandleOwnership)

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

Parametri

javaReference
IntPtr

nativeint

Commenti

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

UserNotAuthenticatedException(String, Throwable)

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

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

Parametri

message
String
cause
Throwable
Attributi

Commenti

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

per android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException(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