FileSystemNotFoundException Constructores

Definición

Sobrecargas

Nombre Description
FileSystemNotFoundException()

Construye una instancia de esta clase.

FileSystemNotFoundException(String)

Construye una instancia de esta clase.

FileSystemNotFoundException(IntPtr, JniHandleOwnership)

FileSystemNotFoundException()

Construye una instancia de esta clase.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
public FileSystemNotFoundException();
Atributos

Comentarios

Construye una instancia de esta clase.

Java documentación para java.nio.file.FileSystemNotFoundException.FileSystemNotFoundException().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

FileSystemNotFoundException(String)

Construye una instancia de esta clase.

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

Parámetros

msg
String

el mensaje de detalles

Atributos

Comentarios

Construye una instancia de esta clase.

Java documentación para java.nio.file.FileSystemNotFoundException.FileSystemNotFoundException(java.lang.String).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

FileSystemNotFoundException(IntPtr, JniHandleOwnership)

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

Parámetros

javaReference
IntPtr

nativeint

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a