Share via


UIWebViewDelegate_Extensions.LoadFailed Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void LoadFailed(this UIKit.IUIWebViewDelegate This, UIKit.UIWebView webView, Foundation.NSError error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member LoadFailed : UIKit.IUIWebViewDelegate * UIKit.UIWebView * Foundation.NSError -> unit

Parameters

webView
UIWebView

To be added.

error
NSError

To be added.

Attributes

Applies to