ClosedDirectoryStreamException Constructors

Definition

Overloads

ClosedDirectoryStreamException()

Constructs an instance of this class.

ClosedDirectoryStreamException(IntPtr, JniHandleOwnership)

ClosedDirectoryStreamException()

Constructs an instance of this class.

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

Remarks

Constructs an instance of this class.

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

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

ClosedDirectoryStreamException(IntPtr, JniHandleOwnership)

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

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