FileManagerException.Error Property
Gets the error that caused the current exception.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerErrors Error { get; }
#Property Value
Type | Description |
---|---|
File |
One of the File |
Available values:
Name | Description |
---|---|
File |
The specified file is not found. |
Folder |
The specified folder is not found. |
Access |
Access is denied. |
Unspecified |
Unspecified IO error occurs. |
Unspecified | Unspecified error occurs. |
Empty |
The file/folder name is empty. |
Canceled |
The operation was canceled. |
Invalid |
The specified name contains invalid characters. |
Wrong |
The specified file extension is not allowed. |
Used |
The file/folder is being used by another process. |
Already |
The specified file/folder already exists. |
Access |
Access is prohibited. |
Cloud |
Failed to access a cloud service. |
Path |
The specified file/folder name of the full name is too long. |
Wrong |
The number of directories in relative |
#Remarks
Use the Error property to obtain the error that led to the current exception.