Skip to main content

OlapConnectionException(String) Constructor

Initializes a new instance of the OlapConnectionException class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public OlapConnectionException(
    string message
)

Parameters

Name Type Description
message String

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

See Also