5 references to CultureNotFoundException
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (3)
876throw new CultureNotFoundException(nameof(culture), culture, SR.Argument_CultureNotSupported); 883throw new CultureNotFoundException(nameof(culture), culture, SR.Argument_CultureNotSupportedInInvariantMode); 898throw 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());