Back to Devexpress

FileManagerCancelException Class

aspnet-devexpress-dot-web-ae23706a.md

latest1.4 KB
Original Source

FileManagerCancelException Class

The exception thrown when the operation is canceled.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Remarks

This exception thrown by events when the operation is canceled by setting the Cancel event argument to true.

Implements

ISerializable

_Exception

Inheritance

Object Exception FileManagerException FileManagerCancelException

See Also

FileManagerCancelException Members

File Manager

DevExpress.Web Namespace