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