FileManagerAccessException Class
In This Article
The exception that is thrown when access to a file/folder is prohibited.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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