16 references to Arg_ExternalException
System.Private.CoreLib (16)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Icu.cs (4)
731throw new ArgumentException(SR.Arg_ExternalException); 782throw new ArgumentException(SR.Arg_ExternalException); 912throw new ArgumentException(SR.Arg_ExternalException); 973throw new ExternalException(SR.Arg_ExternalException);
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Nls.cs (8)
134throw new ArgumentException(SR.Arg_ExternalException); 155throw new ArgumentException(SR.Arg_ExternalException); 189throw new ArgumentException(SR.Arg_ExternalException); 237throw new ArgumentException(SR.Arg_ExternalException); 389throw new ArgumentException(SR.Arg_ExternalException); 402throw new ArgumentException(SR.Arg_ExternalException); 465throw new ArgumentException(SR.Arg_ExternalException); 510throw 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)