Skip to main content
A newer version of this page is available. .

DashboardInternalException Class

The exception that occurs during dashboard application execution.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public class DashboardInternalException :
    Exception

Remarks

Use the InnerException property to get an error description. For more information on how to handle and log server-side errors, see the following article:

Feel free to contact the DevExpress Support Center if you get any issues.

Inheritance

Object
Exception
DashboardInternalException
See Also