9 references to ThrowArgument
Microsoft.Build.Tasks.Core (9)
AppConfig\BindingRedirect.cs (2)
61
ErrorUtilities.
ThrowArgument
(e, "AppConfig.InvalidOldVersionAttribute", e.Message);
75
ErrorUtilities.
ThrowArgument
(e, "AppConfig.InvalidNewVersionAttribute", e.Message);
AppConfig\DependentAssembly.cs (1)
99
ErrorUtilities.
ThrowArgument
(e, "AppConfig.InvalidAssemblyIdentityFields");
ErrorUtilities.cs (6)
337
ThrowArgument
(null, resourceName, args);
411
ThrowArgument
(innerException, resourceName, null);
424
ThrowArgument
(innerException, resourceName, arg0);
437
ThrowArgument
(innerException, resourceName, arg0, arg1);
450
ThrowArgument
(innerException, resourceName, arg0, arg1, arg2);
463
ThrowArgument
(innerException, resourceName, arg0, arg1, arg2, arg3);