FileSystemException.ErrorCode Property
In This Article
Gets an error code.
Namespace: DevExtreme.AspNet.Mvc.FileManagement
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public FileSystemErrorCode ErrorCode { get; }
#Property Value
Type | Description |
---|---|
File |
Information about an error. |
Available values:
Name | Description |
---|---|
No |
The file or directory has no access. |
File |
The file already exists. |
File |
The file is not found. |
Directory |
The directory already exists. |
Directory |
The directory is not found. |
Wrong |
The file has a wrong extension. |
Max |
The file size exceeds the maximum file size limit. |
Invalid |
The file or directory name contains one or more invalid symbols. |
Unspecified | Unspecified error. |
See Also