UserPrincipalNotFoundException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.
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
- transfer
- JniHandleOwnership
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.