Skip to main content
Tab

FileManagerException(FileManagerErrors, Exception) Constructor

Initialize a new instance of the FileManagerException class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerException(
    FileManagerErrors error,
    Exception innerException
)

Parameters

Name Type Description
error FileManagerErrors

A FileManagerErrors object specifying the cause of the current exception.

innerException Exception

An Exception object referring to an inner exception.

See Also