9 references to ArgumentException
PresentationFramework (1)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (1)
79
throw new
ArgumentException
(string.Empty, "language", tiex);
System.Activities (1)
System\Activities\WorkflowIdentity.cs (1)
272
throw FxTrace.Exception.AsError(new
ArgumentException
(ex.Message, paramName, ex));
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
139
ArgumentException e = new
ArgumentException
(error, parameter, inner);
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
271
return new
ArgumentException
(error, parameter, inner);
System.Management (1)
Instrumentation\SchemaMapping.cs (1)
40
throw new
ArgumentException
(String.Format(RC.GetString("UNSUPPORTEDMEMBER_EXCEPT"), mi.Name), mi.Name, innerException);
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
540
throw FxTrace.Exception.AsError(new
ArgumentException
(exception.Message, "virtualPath", exception));
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (3)
89
ArgumentException exception = new
ArgumentException
(
106
ArgumentException exception = new
ArgumentException
(
123
ArgumentException exception = new
ArgumentException
(