UserPresenceUnavailableException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UserPresenceUnavailableException() |
Constructs a |
UserPresenceUnavailableException(String) |
Constructs a |
UserPresenceUnavailableException(IntPtr, JniHandleOwnership) | |
UserPresenceUnavailableException(String, Throwable) |
Constructs a |
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.
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.
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
- transfer
- JniHandleOwnership
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.
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.