OlapConnectionException(String, Exception) Constructor
Initializes a new instance of the OlapConnectionException class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| message | String | A ()[xref:System.String] object that is the exception message. |
| innerException | Exception | A ()[xref:System.Exception] object that contains the inner exception. |
See Also