Back to Devexpress

FileManagerException Class

aspnet-devexpress-dot-web-09b73b69.md

latest1.7 KB
Original Source

FileManagerException Class

The base class for all exceptions within a file manager.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerException :
    Exception
vb
Public Class FileManagerException
    Inherits 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.

Implements

ISerializable

_Exception

Inheritance

Object Exception FileManagerException FileManagerAccessException

FileManagerCancelException

FileManagerCloudAccessFailedException

FileManagerIOException

See Also

FileManagerException Members

File Manager

DevExpress.Web Namespace