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

FileManagerCloudAccessFailedException(HttpStatusCode, String) Constructor

Initializes a new instance of the FileManagerCloudAccessFailedException class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FileManagerCloudAccessFailedException(
    HttpStatusCode responseCode,
    string requestResult
)

Parameters

Name Type Description
responseCode HttpStatusCode

An HttpStatusCode object specifying the response’s code.

requestResult String

A string value specifying the response’s body.

See Also