SessionTranscriptMismatchException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SessionTranscriptMismatchException(String) |
新しい |
SessionTranscriptMismatchException(IntPtr, JniHandleOwnership) | |
SessionTranscriptMismatchException(String, Throwable) |
新しい |
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 オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 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
- transfer
- JniHandleOwnership
適用対象
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 オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。