Back to Devexpress

FileManagerAccessException Class

aspnet-devexpress-dot-web-02631839.md

latest1.4 KB
Original Source

FileManagerAccessException Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerAccessException :
    FileManagerException
vb
Public Class FileManagerAccessException
    Inherits FileManagerException

Remarks

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

Implements

ISerializable

_Exception

Inheritance

Object Exception FileManagerException FileManagerAccessException

See Also

FileManagerAccessException Members

File Manager

DevExpress.Web Namespace