언어

ReceiverCallNotAllowedException 생성자

정의

오버로드

속성 Description
ReceiverCallNotAllowedException(String)
ReceiverCallNotAllowedException(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

ReceiverCallNotAllowedException(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public ReceiverCallNotAllowedException(string? msg);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Content.ReceiverCallNotAllowedException : string -> Android.Content.ReceiverCallNotAllowedException

매개 변수

msg
String

예외 세부 정보 메시지입니다.

특성

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

에 대한 android.content.ReceiverCallNotAllowedException.ReceiverCallNotAllowedException(java.lang.String)Java 설명서

적용 대상

ReceiverCallNotAllowedException(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

protected ReceiverCallNotAllowedException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.ReceiverCallNotAllowedException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.ReceiverCallNotAllowedException

매개 변수

javaReference
IntPtr

nativeint

IntPtrJava JNI(Native Interface) 개체 참조를 포함하는 개체입니다.

transfer
JniHandleOwnership

JniHandleOwnership처리 방법을 나타내는 AjavaReference

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상