DashboardInternalException Constructors
The exception that occurs during dashboard application execution.Name | Parameters | Description |
---|---|---|
DashboardInternalException(String, Exception) | message, innerException | Initializes a new instance of the DashboardInternalException class. |
DashboardInternalException(String) | message | Initializes a new instance of the DashboardInternalException class. |
See Also