16 references to Arg_ExternalException
System.Private.CoreLib (16)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Icu.cs (4)
747throw new ArgumentException(SR.Arg_ExternalException); 800throw new ArgumentException(SR.Arg_ExternalException); 939throw new ArgumentException(SR.Arg_ExternalException); 1000throw new ExternalException(SR.Arg_ExternalException);
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Nls.cs (8)
147throw new ArgumentException(SR.Arg_ExternalException); 168throw new ArgumentException(SR.Arg_ExternalException); 202throw new ArgumentException(SR.Arg_ExternalException); 250throw new ArgumentException(SR.Arg_ExternalException); 402throw new ArgumentException(SR.Arg_ExternalException); 415throw new ArgumentException(SR.Arg_ExternalException); 515throw new ArgumentException(SR.Arg_ExternalException); 560throw new ArgumentException(SR.Arg_ExternalException);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ExternalException.cs (4)
18: base(SR.Arg_ExternalException) 24: base(message ?? SR.Arg_ExternalException) 30: base(message ?? SR.Arg_ExternalException, inner) 36: base(message ?? SR.Arg_ExternalException)