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