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