UserNotAuthenticatedException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| UserNotAuthenticatedException() |
Construye un nuevo |
| UserNotAuthenticatedException(String) |
Construye un nuevo |
| UserNotAuthenticatedException(IntPtr, JniHandleOwnership) | |
| UserNotAuthenticatedException(String, Throwable) |
Construye un nuevo |
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.
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.
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
- transfer
- JniHandleOwnership
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.
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.