48 references to ArgumentException
mscorlib (1)
system\reflection\emit\typebuilder.cs (1)
1578throw new ArgumentException();
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (1)
492throw new ArgumentException();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
321throw new ArgumentException ();
Core\CSharp\MS\Internal\WpfWebRequestHelper.cs (2)
239throw new ArgumentException(); 261throw new ArgumentException();
PresentationFramework (4)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (1)
45if (alternateWordForm.GetType() != s_WinRTType) throw new ArgumentException();
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\TextSegment.cs (1)
34if (textSegment.GetType() != s_WinRTType) throw new ArgumentException();
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (1)
44if (wordSegment.GetType() != s_WinRTType) throw new ArgumentException();
src\Framework\System\Windows\FrameworkCompatibilityPreferences.cs (1)
187throw new ArgumentException();
System.Activities (2)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (2)
47throw FxTrace.Exception.AsError(new ArgumentException()); 80throw FxTrace.Exception.AsError(new ArgumentException());
System.IO.Log (1)
System\IO\Log\Error.cs (1)
171return new ArgumentException();
System.Security (2)
system\security\cryptography\xml\c14nutil.cs (2)
669throw new ArgumentException(); 683throw new ArgumentException();
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
1812throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException()); 1982throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException());
System.Web (15)
Cache\SqlCacheDependency.cs (6)
314throw new ArgumentException(); 323throw new ArgumentException(); 362throw new ArgumentException(); 369throw new ArgumentException(); 395throw new ArgumentException(); 402throw new ArgumentException();
Compilation\BuildManager.cs (1)
3374throw new ArgumentException();
Hosting\IIS7WorkerRequest.cs (1)
1947throw new ArgumentException();
UI\LiteralControl.cs (1)
142throw new ArgumentException();
Util\FastPropertyAccessor.cs (3)
293throw new ArgumentException(); 394throw new ArgumentException(); 435throw new ArgumentException();
Util\SmtpMail.cs (2)
130throw new ArgumentException(); 149throw new ArgumentException();
VirtualPath.cs (1)
77throw new ArgumentException();
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
208if (typeArgs == null || typeArgs.Length < 1 || typeArgs.Length > 5) throw new ArgumentException();
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2AboutBoxPropertyDescriptor.cs (1)
132throw new ArgumentException();
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
56throw new ArgumentException(); 88throw new ArgumentException();
System.Workflow.Activities (1)
EventHandlingScope.cs (1)
108throw new ArgumentException();
System.Workflow.ComponentModel (8)
AuthoringOM\Activity.cs (3)
764throw new ArgumentException(); 793throw new ArgumentException(); 2258throw new ArgumentException();
AuthoringOM\ActivityExecutionContextCollection.cs (5)
164throw new ArgumentException(); 173throw new ArgumentException(); 276throw new ArgumentException(); 289throw new ArgumentException(); 329throw new ArgumentException();
System.Workflow.Runtime (4)
Tracking\SqlTrackingService.cs (4)
1379throw new ArgumentException(); 1534throw new ArgumentException(); 1695throw new ArgumentException(); 1832throw new ArgumentException();