Share via


FileSystemAlreadyExistsException Constructors

Definition

Overloads

FileSystemAlreadyExistsException()

Constructs an instance of this class.

FileSystemAlreadyExistsException(String)

Constructs an instance of this class.

FileSystemAlreadyExistsException(IntPtr, JniHandleOwnership)

FileSystemAlreadyExistsException()

Constructs an instance of this class.

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

Remarks

Constructs an instance of this class.

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

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

FileSystemAlreadyExistsException(String)

Constructs an instance of this class.

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

Parameters

msg
String

the detail message

Attributes

Remarks

Constructs an instance of this class.

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

FileSystemAlreadyExistsException(IntPtr, JniHandleOwnership)

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

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