Partager via


InvalidPropertiesFormatException Constructeurs

Définition

Surcharges

InvalidPropertiesFormatException(Throwable)

Construit une exception InvalidPropertiesFormatException avec la cause spécifiée.

InvalidPropertiesFormatException(String)

Construit une exception InvalidPropertiesFormatException avec le message de détail spécifié.

InvalidPropertiesFormatException(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

InvalidPropertiesFormatException(Throwable)

Construit une exception InvalidPropertiesFormatException avec la cause spécifiée.

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

Paramètres

cause
Throwable

la cause (qui est enregistrée pour la récupération ultérieure par la Throwable#getCause() méthode).

Attributs

Remarques

Construit une exception InvalidPropertiesFormatException avec la cause spécifiée.

Documentation Java pour java.util.InvalidPropertiesFormatException.InvalidPropertiesFormatException(java.lang.Throwable).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

InvalidPropertiesFormatException(String)

Construit une exception InvalidPropertiesFormatException avec le message de détail spécifié.

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

Paramètres

message
String

message détaillé. Le message détaillé est enregistré pour une récupération ultérieure par la Throwable#getMessage() méthode.

Attributs

Remarques

Construit une exception InvalidPropertiesFormatException avec le message de détail spécifié.

Documentation Java pour java.util.InvalidPropertiesFormatException.InvalidPropertiesFormatException(java.lang.String).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

InvalidPropertiesFormatException(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

protected InvalidPropertiesFormatException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.InvalidPropertiesFormatException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.InvalidPropertiesFormatException

Paramètres

javaReference
IntPtr

nativeint

Contenant IntPtrune référence d’objet Java Native Interface (JNI).

transfer
JniHandleOwnership

Indiquant JniHandleOwnershipcomment gérer javaReference

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à