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

FileManagerCancelException(String) Constructor

Initialize a new instance of the FileManagerCancelException class with the specified message.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerCancelException(
    string message
)

Parameters

Name Type Description
message String

A String value explaining the reason for the current exception.

See Also