Share via


ReadOnlyFileSystemException Constructors

Definition

Overloads

ReadOnlyFileSystemException()

Constructs an instance of this class.

ReadOnlyFileSystemException(IntPtr, JniHandleOwnership)

ReadOnlyFileSystemException()

Constructs an instance of this class.

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

Remarks

Constructs an instance of this class.

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

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

ReadOnlyFileSystemException(IntPtr, JniHandleOwnership)

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

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