FileManagerIOException(FileManagerErrors, Exception) Constructor
Initialize a new instance of the FileManagerIOException class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
error | FileManagerErrors | A FileManagerErrors object specifying the cause of the current exception. |
innerException | Exception | An Exception object referring to an inner exception. |
See Also