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

FileManagerIOException(FileManagerErrors) Constructor

Initialize a new instance of the FileManagerIOException class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FileManagerIOException(
    FileManagerErrors error
)

Parameters

Name Type Description
error FileManagerErrors

A FileManagerErrors object specifying the cause of the current exception.

See Also