Back to Devexpress

FileManagerErrors Enum

aspnet-devexpress-dot-web-e0e0c161.md

latest1.8 KB
Original Source

FileManagerErrors Enum

Lists values specifying the errors that caused exceptions.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum FileManagerErrors
vb
Public Enum FileManagerErrors

Members

NameDescription
FileNotFound

The specified file is not found.

| | FolderNotFound |

The specified folder is not found.

| | AccessDenied |

Access is denied.

| | UnspecifiedIO |

Unspecified IO error occurs.

| | Unspecified |

Unspecified error occurs.

| | EmptyName |

The file/folder name is empty.

| | CanceledOperation |

The operation was canceled.

| | InvalidSymbols |

The specified name contains invalid characters.

| | WrongExtension |

The specified file extension is not allowed.

| | UsedByAnotherProcess |

The file/folder is being used by another process.

| | AlreadyExists |

The specified file/folder already exists.

| | AccessProhibited |

Access is prohibited.

| | CloudAccessFailed |

Failed to access a cloud service.

| | PathToLong |

The specified file/folder name of the full name is too long.

| | WrongIdPathLength |

The number of directories in relativeName is not equal to the idPath array length.

|

The following properties accept/return FileManagerErrors values:

See Also

File Manager

DevExpress.Web Namespace