9 references to ThrowArgument
Microsoft.Build.Tasks.Core (9)
AppConfig\BindingRedirect.cs (2)
65
ErrorUtilities.
ThrowArgument
(e, "AppConfig.InvalidOldVersionAttribute", e.Message);
79
ErrorUtilities.
ThrowArgument
(e, "AppConfig.InvalidNewVersionAttribute", e.Message);
AppConfig\DependentAssembly.cs (1)
99
ErrorUtilities.
ThrowArgument
(e, "AppConfig.InvalidAssemblyIdentityFields");
ErrorUtilities.cs (6)
359
ThrowArgument
(null, resourceName, args);
433
ThrowArgument
(innerException, resourceName, null);
446
ThrowArgument
(innerException, resourceName, arg0);
459
ThrowArgument
(innerException, resourceName, arg0, arg1);
472
ThrowArgument
(innerException, resourceName, arg0, arg1, arg2);
485
ThrowArgument
(innerException, resourceName, arg0, arg1, arg2, arg3);