UserNotAuthenticatedException Constructores

Definición

Sobrecargas

Nombre Description
UserNotAuthenticatedException()

Construye un nuevo UserNotAuthenticatedException sin mensaje de detalle y causa.

UserNotAuthenticatedException(String)

Construye un nuevo UserNotAuthenticatedException con el mensaje de detalle proporcionado y ninguna causa.

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

Construye un nuevo UserNotAuthenticatedException con el mensaje de detalle proporcionado y causa.

UserNotAuthenticatedException()

Construye un nuevo UserNotAuthenticatedException sin mensaje de detalle y causa.

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

Comentarios

Construye un nuevo UserNotAuthenticatedException sin mensaje de detalle y causa.

Java documentación para android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

UserNotAuthenticatedException(String)

Construye un nuevo UserNotAuthenticatedException con el mensaje de detalle proporcionado y ninguna 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

Parámetros

message
String
Atributos

Comentarios

Construye un nuevo UserNotAuthenticatedException con el mensaje de detalle proporcionado y ninguna causa.

Java documentación para android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException(java.lang.String).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica 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

Parámetros

javaReference
IntPtr

nativeint

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

UserNotAuthenticatedException(String, Throwable)

Construye un nuevo UserNotAuthenticatedException con el mensaje de detalle proporcionado y causa.

[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

Parámetros

message
String
cause
Throwable
Atributos

Comentarios

Construye un nuevo UserNotAuthenticatedException con el mensaje de detalle proporcionado y causa.

Java documentación para android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException(java.lang.String, java.lang.Throwable).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a