FileSystemException(FileSystemErrorCode, String) Constructor
Initializes a new instance of the FileSystemException class with specified settings.
Namespace: DevExtreme.AspNet.Mvc.FileManagement
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public FileSystemException(
FileSystemErrorCode errorCode,
string message
)
Parameters
| Name | Type | Description |
|---|---|---|
| errorCode | FileSystemErrorCode | |
| message | String | The option value. |
See Also