FileSystemAlreadyExistsException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.
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
- transfer
- JniHandleOwnership
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.