FileManagerCancelException Class
In This Article
The exception thrown when the operation is canceled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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