다음을 통해 공유


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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상