다음을 통해 공유


FileSystemNotFoundException Constructors

Definition

Overloads

FileSystemNotFoundException()

Constructs an instance of this class.

FileSystemNotFoundException(String)

Constructs an instance of this class.

FileSystemNotFoundException(IntPtr, JniHandleOwnership)

FileSystemNotFoundException()

Constructs an instance of this class.

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

Remarks

Constructs an instance of this class.

Java documentation for java.nio.file.FileSystemNotFoundException.FileSystemNotFoundException().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

FileSystemNotFoundException(String)

Constructs an instance of this class.

[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

Parameters

msg
String

the detail message

Attributes

Remarks

Constructs an instance of this class.

Java documentation for java.nio.file.FileSystemNotFoundException.FileSystemNotFoundException(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

FileSystemNotFoundException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to