MonobjcMonobjc Documented Class Library
WebViewUnableToImplementPolicyWithErrorFrame Method (webView, error, frame)
NamespacesMonobjc.WebKitIWebPolicyDelegateWebViewUnableToImplementPolicyWithErrorFrame(WebView, NSError, WebFrame)

Handles or drops events that were rejected by a policy maker.

Original signature is '- (void)webView:(WebView *)webView unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame'

Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void WebViewUnableToImplementPolicyWithErrorFrame(
	WebView webView,
	NSError error,
	WebFrame frame
)
Sub WebViewUnableToImplementPolicyWithErrorFrame ( _
	webView As WebView, _
	error As NSError, _
	frame As WebFrame _
)
void WebViewUnableToImplementPolicyWithErrorFrame(
	WebView^ webView, 
	NSError^ error, 
	WebFrame^ frame
)
Parameters
webView (WebView)
The WebView object for which this object is the policy delegate.
error (NSError)
The error that occurred.
frame (WebFrame)
The frame in which the error occurred.
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)