次の方法で共有


UserPresenceUnavailableException Constructors

Definition

Overloads

UserPresenceUnavailableException()

Constructs a UserPresenceUnavailableException without a detail message or cause.

UserPresenceUnavailableException(String)

Constructs a UserPresenceUnavailableException using the provided detail message but no cause.

UserPresenceUnavailableException(IntPtr, JniHandleOwnership)
UserPresenceUnavailableException(String, Throwable)

Constructs a UserPresenceUnavailableException using the provided detail message and cause.

UserPresenceUnavailableException()

Constructs a UserPresenceUnavailableException without a detail message or cause.

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

Remarks

Constructs a UserPresenceUnavailableException without a detail message or cause.

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

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

UserPresenceUnavailableException(String)

Constructs a UserPresenceUnavailableException using the provided detail message but no cause.

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

Parameters

message
String
Attributes

Remarks

Constructs a UserPresenceUnavailableException using the provided detail message but no cause.

Java documentation for android.security.keystore.UserPresenceUnavailableException.UserPresenceUnavailableException(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

UserPresenceUnavailableException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to

UserPresenceUnavailableException(String, Throwable)

Constructs a UserPresenceUnavailableException using the provided detail message and cause.

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

Parameters

message
String
cause
Throwable
Attributes

Remarks

Constructs a UserPresenceUnavailableException using the provided detail message and cause.

Java documentation for android.security.keystore.UserPresenceUnavailableException.UserPresenceUnavailableException(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