共用方式為


EphemeralPublicKeyNotFoundException 建構函式

定義

多載

EphemeralPublicKeyNotFoundException(String)

建構新的 EphemeralPublicKeyNotFoundException 例外狀況。

EphemeralPublicKeyNotFoundException(IntPtr, JniHandleOwnership)
EphemeralPublicKeyNotFoundException(String, Throwable)

建構新的 EphemeralPublicKeyNotFoundException 例外狀況。

EphemeralPublicKeyNotFoundException(String)

建構新的 EphemeralPublicKeyNotFoundException 例外狀況。

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

參數

message
String

詳細資料訊息。

屬性

備註

建構新的 EphemeralPublicKeyNotFoundException 例外狀況。

android.security.identity.EphemeralPublicKeyNotFoundException.EphemeralPublicKeyNotFoundException(java.lang.String)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

EphemeralPublicKeyNotFoundException(IntPtr, JniHandleOwnership)

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

參數

javaReference
IntPtr

nativeint

適用於

EphemeralPublicKeyNotFoundException(String, Throwable)

建構新的 EphemeralPublicKeyNotFoundException 例外狀況。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=30)]
public EphemeralPublicKeyNotFoundException (string message, Java.Lang.Throwable cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=30)>]
new Android.Security.Identity.EphemeralPublicKeyNotFoundException : string * Java.Lang.Throwable -> Android.Security.Identity.EphemeralPublicKeyNotFoundException

參數

message
String

詳細資料訊息。

cause
Throwable

原因。

屬性

備註

建構新的 EphemeralPublicKeyNotFoundException 例外狀況。

android.security.identity.EphemeralPublicKeyNotFoundException.EphemeralPublicKeyNotFoundException(java.lang.String, java.lang.Throwable)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於