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

FileManagerAccessException Class

The exception that is thrown when access to a file/folder is prohibited.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class FileManagerAccessException :
    FileManagerException

Remarks

This exception is thrown by editing methods when a file/folder can not be accessed.

Inheritance

Object
Exception
FileManagerException
FileManagerAccessException
See Also