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