共用方式為


SessionTranscriptMismatchException 建構函式

定義

多載

SessionTranscriptMismatchException(String)

建構新的 SessionTranscriptMismatchException 例外狀況。

SessionTranscriptMismatchException(IntPtr, JniHandleOwnership)
SessionTranscriptMismatchException(String, Throwable)

建構新的 SessionTranscriptMismatchException 例外狀況。

SessionTranscriptMismatchException(String)

建構新的 SessionTranscriptMismatchException 例外狀況。

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

參數

message
String

詳細資料訊息。

屬性

備註

建構新的 SessionTranscriptMismatchException 例外狀況。

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

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

適用於

SessionTranscriptMismatchException(IntPtr, JniHandleOwnership)

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

參數

javaReference
IntPtr

nativeint

適用於

SessionTranscriptMismatchException(String, Throwable)

建構新的 SessionTranscriptMismatchException 例外狀況。

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

參數

message
String

詳細資料訊息。

cause
Throwable

原因。

屬性

備註

建構新的 SessionTranscriptMismatchException 例外狀況。

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

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

適用於