Share via


FileSystemLoopException Constructors

Definition

Overloads

FileSystemLoopException(String)

Constructs an instance of this class.

FileSystemLoopException(IntPtr, JniHandleOwnership)

FileSystemLoopException(String)

Constructs an instance of this class.

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

Parameters

file
String

a string identifying the file causing the cycle or null if not known

Attributes

Remarks

Constructs an instance of this class.

Java documentation for java.nio.file.FileSystemLoopException.FileSystemLoopException(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

FileSystemLoopException(IntPtr, JniHandleOwnership)

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

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