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.v19.2.Core.dll

Declaration

public DashboardConnectionException(
    string message
)

Parameters

Name Type Description
message String

A String object that contains the exception message.

See Also