| CultureNotUniqueException Constructor (String, Exception) | 
 
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 11.0.0
Syntaxpublic CultureNotUniqueException(
	string message,
	Exception innerException
)
Parameters
- message
 - Type: SystemString
The message that describes the error. - innerException
 - Type: SystemException
The exception that is the cause of the current exception, or a null reference if no inner exception is specified. 
See Also