6 references to TargetInvocationException
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
477
throw new
TargetInvocationException
(message, comException)
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXResourceReader.cs (1)
417
TargetInvocationException newTie = new
TargetInvocationException
(newMessage, xml);
System.Workflow.Activities (4)
Rules\Executor.cs (2)
132
throw new
TargetInvocationException
(message, e.InnerException);
158
throw new
TargetInvocationException
(message, e.InnerException);
Rules\Expressions.cs (2)
1616
throw new
TargetInvocationException
(message, e.InnerException);
3124
throw new
TargetInvocationException
(message, e.InnerException);