ReceiverCallNotAllowedException Constructores

Definición

Sobrecargas

Nombre Description
ReceiverCallNotAllowedException(String)
ReceiverCallNotAllowedException(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

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

Parámetros

msg
String

Mensaje de detalle de excepción.

Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Java documentación para android.content.ReceiverCallNotAllowedException.ReceiverCallNotAllowedException(java.lang.String).

Se aplica a

ReceiverCallNotAllowedException(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

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

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a