Skip to main content
A newer version of this page is available. .
Tab

FileManagerException Class

The base class for all exceptions within a file manager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class FileManagerException :
    Exception

Remarks

When an error occurs within a file manager, an exception is thrown. The FileManagerException.Error property can be used to determine the error causing the exception.

See Also