FileManagerCloudAccessFailedException Class
In This Article
The exception that is thrown when access to a file/folder stored in a cloud storage is prohibited.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class FileManagerCloudAccessFailedException :
FileManagerException
#Remarks
This exception is thrown by editing methods when a file/folder stored in a cloud storage cannot be accessed.
#Inheritance
Object
Exception
FileManagerException
FileManagerCloudAccessFailedException
See Also