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

DashboardConnectionException(String) Constructor

Initializes a new instance of the DashboardConnectionException class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public DashboardConnectionException(
    string message
)

Parameters

Name Type Description
message String

A String object that contains the exception message.

See Also