ConfirmationAlreadyPresentingException Constructors

Definition

Overloads

ConfirmationAlreadyPresentingException()
ConfirmationAlreadyPresentingException(String)
ConfirmationAlreadyPresentingException(IntPtr, JniHandleOwnership)

ConfirmationAlreadyPresentingException()

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

Applies to

ConfirmationAlreadyPresentingException(String)

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

Parameters

message
String
Attributes

Applies to

ConfirmationAlreadyPresentingException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to