MonobjcMonobjc Documented Class Library
WebViewPlugInFailedWithErrorDataSource Method (sender, error, dataSource)
NamespacesMonobjc.WebKitIWebResourceLoadDelegateWebViewPlugInFailedWithErrorDataSource(WebView, NSError, WebDataSource)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)