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 开放源代码项目创建和共享的工作进行的修改,并根据 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
- 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 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。