Skip to main content

DashboardInternalException(String, Exception) Constructor

Initializes a new instance of the DashboardInternalException class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardInternalException(
    string message,
    Exception innerException
)

Parameters

Name Type Description
message String

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

innerException Exception

A ()[xref:System.Exception] object that contains the inner exception.

See Also