Lenguaje

AnnotationFormatError Constructores

Definición

Sobrecargas

Nombre Description
AnnotationFormatError(Throwable)

Construye un nuevo AnnotationFormatError con la causa especificada y un mensaje de detalle de (cause == null ? null : cause.toString()) (que normalmente contiene la clase y el mensaje de detalle de cause).

AnnotationFormatError(String)

Construye un nuevo AnnotationFormatError con el mensaje de detalle especificado.

AnnotationFormatError(IntPtr, JniHandleOwnership)

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

AnnotationFormatError(String, Throwable)

Construye un nuevo AnnotationFormatError con el mensaje de detalle y la causa especificados.

AnnotationFormatError(Throwable)

Construye un nuevo AnnotationFormatError con la causa especificada y un mensaje de detalle de (cause == null ? null : cause.toString()) (que normalmente contiene la clase y el mensaje de detalle de cause).

[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")]
public AnnotationFormatError(Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")>]
new Java.Lang.Annotation.AnnotationFormatError : Java.Lang.Throwable -> Java.Lang.Annotation.AnnotationFormatError

Parámetros

cause
Throwable

la causa (se permite un null valor e indica que la causa es inexistente o desconocida).

Atributos

Comentarios

Construye un nuevo AnnotationFormatError con la causa especificada y un mensaje de detalle de (cause == null ? null : cause.toString()) (que normalmente contiene la clase y el mensaje de detalle de cause).

Java documentación para java.lang.annotation.AnnotationFormatError.AnnotationFormatError(java.lang.Throwable).

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

AnnotationFormatError(String)

Construye un nuevo AnnotationFormatError con el mensaje de detalle especificado.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public AnnotationFormatError(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Lang.Annotation.AnnotationFormatError : string -> Java.Lang.Annotation.AnnotationFormatError

Parámetros

message
String

mensaje de detalle.

Atributos

Comentarios

Construye un nuevo AnnotationFormatError con el mensaje de detalle especificado.

Java documentación para java.lang.annotation.AnnotationFormatError.AnnotationFormatError(java.lang.String).

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

AnnotationFormatError(IntPtr, JniHandleOwnership)

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

protected AnnotationFormatError(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Lang.Annotation.AnnotationFormatError : nativeint * Android.Runtime.JniHandleOwnership -> Java.Lang.Annotation.AnnotationFormatError

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

AnnotationFormatError(String, Throwable)

Construye un nuevo AnnotationFormatError con el mensaje de detalle y la causa especificados.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public AnnotationFormatError(string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")>]
new Java.Lang.Annotation.AnnotationFormatError : string * Java.Lang.Throwable -> Java.Lang.Annotation.AnnotationFormatError

Parámetros

message
String

el mensaje de detalles

cause
Throwable

la causa (se permite un null valor e indica que la causa es inexistente o desconocida).

Atributos

Comentarios

Construye un nuevo AnnotationFormatError con el mensaje de detalle y la causa especificados. Tenga en cuenta que el mensaje de detalle asociado a causeno se incorpora automáticamente en el mensaje de detalle de este error.

Java documentación para java.lang.annotation.AnnotationFormatError.AnnotationFormatError(java.lang.String, java.lang.Throwable).

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