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

FileManagerCancelException Class

The exception thrown when the operation is canceled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class FileManagerCancelException :
    FileManagerException

Remarks

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

Inheritance

Object
Exception
FileManagerException
FileManagerCancelException
See Also