10 references to TargetInvocationException
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
662throw new TargetInvocationException(SR.Format(SR.AXNohWnd, GetType().Name), e);
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\AsyncCompletedEvent.cs (1)
23throw new TargetInvocationException(SR.Async_ExceptionOccurred, Error);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectPropertyDescriptor.cs (1)
940throw new TargetInvocationException(SR.Format(SR.ErrorPropertyAccessorException, Name, name, message), t);
System.Windows.Forms (7)
System\Resources\ResXResourceReader.cs (1)
388throw new TargetInvocationException(newMessage, xml);
System\Windows\Forms\ActiveX\AxHost.cs (2)
1461throw new TargetInvocationException(string.Format(SR.AXNohWnd, GetType().Name), t); 1608throw new TargetInvocationException(string.Format(SR.AXNohWnd, GetType().Name), t);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
78throw new TargetInvocationException(
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (2)
946throw new TargetInvocationException(string.Format(SR.AXNohWnd, GetType().Name), t); 989throw new TargetInvocationException(string.Format(SR.AXNohWnd, GetType().Name), t);
System\Windows\Forms\Design\ComponentEditorForm.ComponentEditorPageSite.cs (1)
43throw new TargetInvocationException(string.Format(SR.ExceptionCreatingCompEditorControl, e), e.InnerException);