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

FileManagerCloudAccessFailedException Class

The exception that is thrown when access to a file/folder stored in a cloud storage is prohibited.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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