16 references to Arg_ExternalException
System.Private.CoreLib (16)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Icu.cs (4)
750throw new ArgumentException(SR.Arg_ExternalException); 801throw new ArgumentException(SR.Arg_ExternalException); 931throw new ArgumentException(SR.Arg_ExternalException); 992throw new ExternalException(SR.Arg_ExternalException);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Nls.cs (8)
135throw new ArgumentException(SR.Arg_ExternalException); 156throw new ArgumentException(SR.Arg_ExternalException); 190throw new ArgumentException(SR.Arg_ExternalException); 238throw new ArgumentException(SR.Arg_ExternalException); 390throw new ArgumentException(SR.Arg_ExternalException); 403throw new ArgumentException(SR.Arg_ExternalException); 466throw new ArgumentException(SR.Arg_ExternalException); 511throw new ArgumentException(SR.Arg_ExternalException);
src\runtime\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)