ReceiverCallNotAllowedException コンストラクター

定義

オーバーロード

名前 説明
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

例外の詳細メッセージ。

属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

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

Java ネイティブ インターフェイス (JNI) オブジェクト参照を含むIntPtr

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象