UserPrincipalNotFoundException Costruttori

Definizione

Overload

Nome Descrizione
UserPrincipalNotFoundException(String)

Costruisce un'istanza di questa classe.

UserPrincipalNotFoundException(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

UserPrincipalNotFoundException(String)

Costruisce un'istanza di questa 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

Parametri

name
String

il nome dell'entità; può essere null

Attributi

Commenti

Costruisce un'istanza di questa classe.

per java.nio.file.attribute.UserPrincipalNotFoundException.UserPrincipalNotFoundException(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

UserPrincipalNotFoundException(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

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

Parametri

javaReference
IntPtr

nativeint

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a