5 references to Arg_FormatException
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\FormatException.cs (3)
18: base(SR.Arg_FormatException) 24: base(message ?? SR.Arg_FormatException) 30: base(message ?? SR.Arg_FormatException, innerException)
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (2)
363throw new FormatException(SR.Arg_FormatException); 379throw new FormatException(SR.Arg_FormatException);