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 属性许可证中所述的术语使用。

适用于