Share via


SecureKeyImportUnavailableException Constructors

Definition

Overloads

SecureKeyImportUnavailableException()
SecureKeyImportUnavailableException(Throwable)
SecureKeyImportUnavailableException(String)
SecureKeyImportUnavailableException(IntPtr, JniHandleOwnership)
SecureKeyImportUnavailableException(String, Throwable)

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

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

Applies to