Invoked when a plug-in fails to load.
Original signature is '- (void)webView:(WebView *)sender plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)dataSource'
Available in Mac OS X v10.2 with Safari 1.0 and later.

C# | Visual Basic | Visual C++ |
void WebViewPlugInFailedWithErrorDataSource( WebView sender, NSError error, WebDataSource dataSource )
Sub WebViewPlugInFailedWithErrorDataSource ( _ sender As WebView, _ error As NSError, _ dataSource As WebDataSource _ )
void WebViewPlugInFailedWithErrorDataSource( WebView^ sender, NSError^ error, WebDataSource^ dataSource )

- sender (WebView)
- The web view that sent this message.
- error (NSError)
- The error that occurred during the process of loading that resource.
- dataSource (WebDataSource)
- The data source for this web view.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)