Freigeben über


SessionTranscriptMismatchException Konstruktoren

Definition

Überlädt

SessionTranscriptMismatchException(String)

Erstellt eine neue SessionTranscriptMismatchException Ausnahme.

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

Erstellt eine neue SessionTranscriptMismatchException Ausnahme.

SessionTranscriptMismatchException(String)

Erstellt eine neue SessionTranscriptMismatchException Ausnahme.

[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

Parameter

message
String

die Detailmeldung.

Attribute

Hinweise

Erstellt eine neue SessionTranscriptMismatchException Ausnahme.

Java-Dokumentation für android.security.identity.SessionTranscriptMismatchException.SessionTranscriptMismatchException(java.lang.String).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

SessionTranscriptMismatchException(IntPtr, JniHandleOwnership)

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

Parameter

javaReference
IntPtr

nativeint

Gilt für:

SessionTranscriptMismatchException(String, Throwable)

Erstellt eine neue SessionTranscriptMismatchException Ausnahme.

[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

Parameter

message
String

die Detailmeldung.

cause
Throwable

die Ursache.

Attribute

Hinweise

Erstellt eine neue SessionTranscriptMismatchException Ausnahme.

Java-Dokumentation für android.security.identity.SessionTranscriptMismatchException.SessionTranscriptMismatchException(java.lang.String, java.lang.Throwable).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: