Lingua

NotLinkException Costruttori

Definizione

Overload

Nome Descrizione
NotLinkException(String)

Costruisce un'istanza di questa classe.

NotLinkException(IntPtr, JniHandleOwnership)
NotLinkException(String, String, String)

Costruisce un'istanza di questa classe.

NotLinkException(String)

Costruisce un'istanza di questa classe.

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

Parametri

file
String

stringa che identifica il file o null se non è noto

Attributi

Commenti

Costruisce un'istanza di questa classe.

per java.nio.file.NotLinkException.NotLinkException(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

NotLinkException(IntPtr, JniHandleOwnership)

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

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

NotLinkException(String, String, String)

Costruisce un'istanza di questa classe.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=26)]
public NotLinkException(string? file, string? other, string? reason);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=26)>]
new Java.Nio.FileNio.NotLinkException : string * string * string -> Java.Nio.FileNio.NotLinkException

Parametri

file
String

stringa che identifica il file o null se non è noto

other
String

stringa che identifica l'altro file o null se non è noto

reason
String

un messaggio motivo con informazioni aggiuntive o null

Attributi

Commenti

Costruisce un'istanza di questa classe.

per java.nio.file.NotLinkException.NotLinkException(java.lang.String, java.lang.String, 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