17 references to TargetInvocationException
Microsoft.Build (2)
Evaluation\Expander.cs (1)
4333throw new TargetInvocationException(new MissingMethodException());
Instance\TaskFactories\TaskHostTask.cs (1)
474throw new TargetInvocationException(taskHostTaskComplete.TaskException);
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\MetadataViewGenerator.cs (1)
148throw new TargetInvocationException(e);
System.Data.Common (1)
System\Data\SQLTypes\SqlXml.cs (1)
113throw new TargetInvocationException(ex);
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBaseInvoker.Constructor.cs (2)
55throw new TargetInvocationException(e); 77throw new TargetInvocationException(e);
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBaseInvoker.cs (7)
61throw new TargetInvocationException(e); 99throw new TargetInvocationException(e); 140throw new TargetInvocationException(e); 178throw new TargetInvocationException(e); 221throw new TargetInvocationException(e); 266throw new TargetInvocationException(e); 307throw new TargetInvocationException(e);
src\System\RuntimeType.CoreCLR.cs (3)
3988throw new TargetInvocationException(e); 4014throw new TargetInvocationException(e); 4040throw new TargetInvocationException(e);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignSurfaceTests.cs (1)
486.Throws(new TargetInvocationException(exception));