Skip to main content
Tab

FileManagerException Class

The base class for all exceptions within a file manager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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