Initializes a new instance of the DashboardInternalException class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v18.2.Core.dll
public DashboardInternalException(
string message,
Exception innerException
)
Public Sub New(
message As String,
innerException As Exception
)
Type | Name | Description |
---|---|---|
String | message | A ()[xref:System.String] object that contains the exception message. |
Exception | innerException | A ()[xref:System.Exception] object that contains the inner exception. |