InvalidCultureNameException(String, Exception) Constructor
Initializes a new instance of the InvalidCultureNameException class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| cultureName | String | A String object that contains a culture name for which the exception is raised. |
| innerException | Exception | A Exception object that contains the inner exception. |
See Also