4 references to CultureNotFoundException
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());
1046
throw new
CultureNotFoundException
(nameof(name), name, GetCultureNotSupportedExceptionMessage());
1112
throw new
CultureNotFoundException
(nameof(name), name, SR.Format(SR.Argument_InvalidPredefinedCultureName, name));