UserNotAuthenticatedException Constructors

Definition

Overloads

UserNotAuthenticatedException()

Constructs a new UserNotAuthenticatedException without detail message and cause.

UserNotAuthenticatedException(String)

Constructs a new UserNotAuthenticatedException with the provided detail message and no cause.

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

Constructs a new UserNotAuthenticatedException with the provided detail message and cause.

UserNotAuthenticatedException()

Constructs a new UserNotAuthenticatedException without detail message and cause.

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

Remarks

Constructs a new UserNotAuthenticatedException without detail message and cause.

Java documentation for android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

UserNotAuthenticatedException(String)

Constructs a new UserNotAuthenticatedException with the provided detail message and no cause.

[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

Parameters

message
String
Attributes

Remarks

Constructs a new UserNotAuthenticatedException with the provided detail message and no cause.

Java documentation for android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

UserNotAuthenticatedException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

UserNotAuthenticatedException(String, Throwable)

Constructs a new UserNotAuthenticatedException with the provided detail message and cause.

[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

Parameters

message
String
cause
Throwable
Attributes

Remarks

Constructs a new UserNotAuthenticatedException with the provided detail message and cause.

Java documentation for android.security.keystore.UserNotAuthenticatedException.UserNotAuthenticatedException(java.lang.String, java.lang.Throwable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to