Skip to main content

DashboardInternalException(String) Constructor

Initializes a new instance of the DashboardInternalException class.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public DashboardInternalException(
    string message
)

Parameters

Name Type Description
message String

A ()[xref:System.String] object that contains the exception message.

See Also