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