Click or drag to resize
CultureNotUniqueException Constructor (String)
Initializes a new instance of the CultureNotUniqueException class.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
public CultureNotUniqueException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also