UIWebViewDelegate.LoadFailed(UIWebView, NSError) Method

Definition

Indicates that the UIWebView's attempt to load data failed.

[Foundation.Export("webView:didFailLoadWithError:")]
public virtual void LoadFailed (UIKit.UIWebView webView, Foundation.NSError error);
abstract member LoadFailed : UIKit.UIWebView * Foundation.NSError -> unit
override this.LoadFailed : UIKit.UIWebView * Foundation.NSError -> unit

Parameters

webView
UIWebView

To be added.

error
NSError

To be added.

Attributes

Applies to