Langue

UserPrincipalNotFoundException Constructeurs

Définition

Surcharges

Nom Description
UserPrincipalNotFoundException(String)

Construit une instance de cette classe.

UserPrincipalNotFoundException(IntPtr, JniHandleOwnership)

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

UserPrincipalNotFoundException(String)

Construit une instance de cette classe.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=26)]
public UserPrincipalNotFoundException(string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=26)>]
new Java.Nio.FileNio.Attributes.UserPrincipalNotFoundException : string -> Java.Nio.FileNio.Attributes.UserPrincipalNotFoundException

Paramètres

name
String

le nom du principal ; peut être null

Attributs

Remarques

Construit une instance de cette classe.

Java documentation pour java.nio.file.attribute.UserPrincipalNotFoundException.UserPrincipalNotFoundException(java.lang.String).

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

S’applique à

UserPrincipalNotFoundException(IntPtr, JniHandleOwnership)

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

protected UserPrincipalNotFoundException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Nio.FileNio.Attributes.UserPrincipalNotFoundException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Nio.FileNio.Attributes.UserPrincipalNotFoundException

Paramètres

javaReference
IntPtr

nativeint

Remarques

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

S’applique à