4 references to GetCultureNotSupportedExceptionMessage
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (4)
168
throw new CultureNotFoundException(nameof(name), name,
GetCultureNotSupportedExceptionMessage
());
228
throw new CultureNotFoundException(nameof(cultureName), cultureName,
GetCultureNotSupportedExceptionMessage
());
1014
throw new CultureNotFoundException(nameof(culture), culture,
GetCultureNotSupportedExceptionMessage
());
1046
throw new CultureNotFoundException(nameof(name), name,
GetCultureNotSupportedExceptionMessage
());