5 references to CultureNotFoundException
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (3)
879throw new CultureNotFoundException(nameof(culture), culture, SR.Argument_CultureNotSupported); 886throw new CultureNotFoundException(nameof(culture), culture, SR.Argument_CultureNotSupportedInInvariantMode); 901throw new CultureNotFoundException(nameof(culture), culture, SR.Argument_CultureNotSupported);
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (2)
205throw new CultureNotFoundException(nameof(culture), culture, SR.Argument_CultureNotSupported); 1014throw new CultureNotFoundException(nameof(culture), culture, GetCultureNotSupportedExceptionMessage());