Langue

MalformedURLException Constructeurs

Définition

Surcharges

Nom Description
MalformedURLException()

Construit un MalformedURLException message sans détail.

MalformedURLException(String)

Construit un MalformedURLException message de détail spécifié.

MalformedURLException(IntPtr, JniHandleOwnership)

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

MalformedURLException()

Construit un MalformedURLException message sans détail.

[Android.Runtime.Register(".ctor", "()V", "")]
public MalformedURLException();
Attributs

Remarques

Construit un MalformedURLException message sans détail.

Documentation Java pour java.net.MalformedURLException.MalformedURLException().

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 à

MalformedURLException(String)

Construit un MalformedURLException message de détail spécifié.

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

Paramètres

msg
String

message détaillé.

Attributs

Remarques

Construit un MalformedURLException message de détail spécifié.

Documentation Java pour java.net.MalformedURLException.MalformedURLException(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 à

MalformedURLException(IntPtr, JniHandleOwnership)

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

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

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 à