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