ClosedFileSystemException Constructors

Definition

Overloads

ClosedFileSystemException()

Constructs an instance of this class.

ClosedFileSystemException(IntPtr, JniHandleOwnership)

ClosedFileSystemException()

Constructs an instance of this class.

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

Remarks

Constructs an instance of this class.

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

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

ClosedFileSystemException(IntPtr, JniHandleOwnership)

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

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