Share via


SessionTranscriptMismatchException Constructors

Definition

Overloads

SessionTranscriptMismatchException(String)

Constructs a new SessionTranscriptMismatchException exception.

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

Constructs a new SessionTranscriptMismatchException exception.

SessionTranscriptMismatchException(String)

Constructs a new SessionTranscriptMismatchException exception.

[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

Parameters

message
String

the detail message.

Attributes

Remarks

Constructs a new SessionTranscriptMismatchException exception.

Java documentation for android.security.identity.SessionTranscriptMismatchException.SessionTranscriptMismatchException(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

SessionTranscriptMismatchException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to

SessionTranscriptMismatchException(String, Throwable)

Constructs a new SessionTranscriptMismatchException exception.

[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

Parameters

message
String

the detail message.

cause
Throwable

the cause.

Attributes

Remarks

Constructs a new SessionTranscriptMismatchException exception.

Java documentation for android.security.identity.SessionTranscriptMismatchException.SessionTranscriptMismatchException(java.lang.String, java.lang.Throwable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to