次の方法で共有


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 例外を構築します。

の Java ドキュメントandroid.security.identity.SessionTranscriptMismatchException.SessionTranscriptMismatchException(java.lang.String)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 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 例外を構築します。

の Java ドキュメントandroid.security.identity.SessionTranscriptMismatchException.SessionTranscriptMismatchException(java.lang.String, java.lang.Throwable)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象