GenericSignatureFormatError Constructores

Definición

Sobrecargas

Nombre Description
GenericSignatureFormatError()

Construye un nuevo GenericSignatureFormatError.

GenericSignatureFormatError(String)

Construye un nuevo GenericSignatureFormatError con el mensaje especificado.

GenericSignatureFormatError(IntPtr, JniHandleOwnership)

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

GenericSignatureFormatError()

Construye un nuevo GenericSignatureFormatError.

[Android.Runtime.Register(".ctor", "()V", "")]
public GenericSignatureFormatError();
Atributos

Comentarios

Construye un nuevo GenericSignatureFormatError.

Java documentación para java.lang.reflect.GenericSignatureFormatError.GenericSignatureFormatError().

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

GenericSignatureFormatError(String)

Construye un nuevo GenericSignatureFormatError con el mensaje especificado.

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

Parámetros

message
String

el mensaje de detalle, puede ser null

Atributos

Comentarios

Construye un nuevo GenericSignatureFormatError con el mensaje especificado.

Java documentación para java.lang.reflect.GenericSignatureFormatError.GenericSignatureFormatError(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

GenericSignatureFormatError(IntPtr, JniHandleOwnership)

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

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

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