A newer version of this page is available.
Switch to the current version.
FileManagerCancelException Class
The exception thrown when the operation is canceled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public class FileManagerCancelException :
FileManagerException
Public Class FileManagerCancelException
Inherits 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
Feedback