9 references to ThrowArgument
Microsoft.Build.Tasks.Core (9)
AppConfig\BindingRedirect.cs (2)
66
ErrorUtilities.
ThrowArgument
(e, "AppConfig.InvalidOldVersionAttribute", e.Message);
80
ErrorUtilities.
ThrowArgument
(e, "AppConfig.InvalidNewVersionAttribute", e.Message);
AppConfig\DependentAssembly.cs (1)
99
ErrorUtilities.
ThrowArgument
(e, "AppConfig.InvalidAssemblyIdentityFields");
ErrorUtilities.cs (6)
357
ThrowArgument
(null, resourceName, args);
431
ThrowArgument
(innerException, resourceName, null);
444
ThrowArgument
(innerException, resourceName, arg0);
457
ThrowArgument
(innerException, resourceName, arg0, arg1);
470
ThrowArgument
(innerException, resourceName, arg0, arg1, arg2);
483
ThrowArgument
(innerException, resourceName, arg0, arg1, arg2, arg3);