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

FileManagerException(FileManagerErrors, Exception, String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerException(
    FileManagerErrors error,
    Exception innerException,
    string message
)

Parameters

Name Type Description
error FileManagerErrors

A FileManagerErrors object specifying the cause of the current exception.

innerException Exception

An Exception object referring to the inner exception.

message String

A String value explaining the reason for the current exception.

See Also