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