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