Skip to main content

InvalidCultureNameException(String, Exception) Constructor

Initializes a new instance of the InvalidCultureNameException class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public InvalidCultureNameException(
    string cultureName,
    Exception innerException
)

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