3 references to CultureNotFoundException
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (3)
1092
throw new
CultureNotFoundException
("name/altName", SR.Format(SR.Argument_OneOfCulturesNotSupported, name, altName));
1154
throw new
CultureNotFoundException
(nameof(name), SR.Format(SR.Argument_CultureIetfNotSupported, name));
1162
throw new
CultureNotFoundException
(nameof(name), SR.Format(SR.Argument_CultureIetfNotSupported, name));