ConfirmationNotAvailableException 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
| ConfirmationNotAvailableException() | |
| ConfirmationNotAvailableException(String) | |
| ConfirmationNotAvailableException(IntPtr, JniHandleOwnership) | 
ConfirmationNotAvailableException()
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=28)]
public ConfirmationNotAvailableException();- Attributes
Applies to
ConfirmationNotAvailableException(String)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=28)]
public ConfirmationNotAvailableException(string? message);[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=28)>]
new Android.Security.ConfirmationNotAvailableException : string -> Android.Security.ConfirmationNotAvailableExceptionParameters
- message
- String
- Attributes
Applies to
ConfirmationNotAvailableException(IntPtr, JniHandleOwnership)
protected ConfirmationNotAvailableException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);new Android.Security.ConfirmationNotAvailableException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.ConfirmationNotAvailableExceptionParameters
- javaReference
- 
				
				IntPtr
nativeint 
- transfer
- JniHandleOwnership