Skip to main content
Tab

FileManagerCancelException(String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerCancelException(
    string message
)

Parameters

Name Type Description
message String

A String value explaining the reason for the current exception.

See Also