Skip to main content

DashboardConnectionException(String) Constructor

Initializes a new instance of the DashboardConnectionException class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardConnectionException(
    string message
)

Parameters

Name Type Description
message String

A String object that contains the exception message.

See Also