共用方式為


CertificateExpiredException 建構函式

定義

多載

CertificateExpiredException()

建構沒有詳細訊息的 CertificateExpiredException。

CertificateExpiredException(String)

使用指定的詳細數據訊息建構 CertificateExpiredException。

CertificateExpiredException(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

CertificateExpiredException()

建構沒有詳細訊息的 CertificateExpiredException。

[Android.Runtime.Register(".ctor", "()V", "")]
public CertificateExpiredException();
屬性

備註

建構沒有詳細訊息的 CertificateExpiredException。 詳細訊息是描述此特定例外狀況的字串。

javax.security.cert.CertificateExpiredException.CertificateExpiredException()Java 檔。

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

適用於

CertificateExpiredException(String)

使用指定的詳細數據訊息建構 CertificateExpiredException。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public CertificateExpiredException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Javax.Security.Cert.CertificateExpiredException : string -> Javax.Security.Cert.CertificateExpiredException

參數

message
String

詳細資料訊息。

屬性

備註

使用指定的詳細數據訊息建構 CertificateExpiredException。 詳細訊息是描述此特定例外狀況的字串。

javax.security.cert.CertificateExpiredException.CertificateExpiredException(java.lang.String)Java 檔。

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

適用於

CertificateExpiredException(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

protected CertificateExpiredException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Security.Cert.CertificateExpiredException : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Security.Cert.CertificateExpiredException

參數

javaReference
IntPtr

nativeint

IntPtr,包含 Java Native Interface (JNI) 對象參考。

transfer
JniHandleOwnership

JniHandleOwnership,指出如何處理javaReference

備註

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

適用於