Skip to main content

DashboardInternalException Class

The exception that occurs during dashboard application execution.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#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