16 references to TargetInvocationException
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 (13)
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\Exception.CoreCLR.cs (1)
389*pResult = new System.Reflection.TargetInvocationException(inner);
src\System\RuntimeType.CoreCLR.cs (3)
4038throw new TargetInvocationException(e); 4066throw new TargetInvocationException(e); 4092throw new TargetInvocationException(e);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignSurfaceTests.cs (1)
486.Throws(new TargetInvocationException(exception));