Skip to main content
A newer version of this page is available. .

InvalidCultureNameException(String, Exception) Constructor

Initializes a new instance of the InvalidCultureNameException class.

Namespace: DevExpress.DashboardCommon

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

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