Back to Devexpress

DashboardInternalException Class

dashboard-devexpress-dot-dashboardcommon-c58eed7a.md

latest1.9 KB
Original Source

DashboardInternalException Class

The exception that occurs during dashboard application execution.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DashboardInternalException :
    Exception
vb
Public Class DashboardInternalException
    Inherits 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

DashboardInternalException Members

DevExpress.DashboardCommon Namespace