FileSystemException.Reason Property

Definition

Returns the string explaining why the file system operation failed.

public virtual string? Reason { [Android.Runtime.Register("getReason", "()Ljava/lang/String;", "GetGetReasonHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getReason", "()Ljava/lang/String;", "GetGetReasonHandler", ApiSince=26)>]
member this.Reason : string

Property Value

the string explaining why the file system operation failed

Attributes

Remarks

Returns the string explaining why the file system operation failed.

Java documentation for java.nio.file.FileSystemException.getReason().

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