FileManagerException(FileManagerErrors, Exception, String) Constructor
Initialize a new instance of the FileManagerException class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public FileManagerException(
FileManagerErrors error,
Exception innerException,
string message
)
Parameters
| Name | Type | Description |
|---|---|---|
| error | FileManagerErrors | A FileManagerErrors object specifying the cause of the current exception. |
| innerException | Exception | An Exception object referring to the inner exception. |
| message | String | A String value explaining the reason for the current exception. |
See Also