SecureKeyImportUnavailableException コンストラクター

定義

オーバーロード

SecureKeyImportUnavailableException()

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=28)]
public SecureKeyImportUnavailableException();
属性

適用対象

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

パラメーター

cause
Throwable
属性

適用対象

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

パラメーター

message
String
属性

適用対象

SecureKeyImportUnavailableException(IntPtr, JniHandleOwnership)

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

パラメーター

javaReference
IntPtr

nativeint

適用対象

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

パラメーター

message
String
cause
Throwable
属性

適用対象