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)
211
ThrowArgument
(null, resourceName, args);
285
ThrowArgument
(innerException, resourceName, null);
298
ThrowArgument
(innerException, resourceName, arg0);
311
ThrowArgument
(innerException, resourceName, arg0, arg1);
324
ThrowArgument
(innerException, resourceName, arg0, arg1, arg2);
337
ThrowArgument
(innerException, resourceName, arg0, arg1, arg2, arg3);