Share via


IWebResourceLoadDelegate.OnFailedLoading Method

Definition

[Foundation.Export("webView:resource:didFailLoadingWithError:fromDataSource:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void OnFailedLoading(WebKit.WebView sender, Foundation.NSObject identifier, Foundation.NSError withError, WebKit.WebDataSource dataSource);
[<Foundation.Export("webView:resource:didFailLoadingWithError:fromDataSource:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member OnFailedLoading : WebKit.WebView * Foundation.NSObject * Foundation.NSError * WebKit.WebDataSource -> unit
override this.OnFailedLoading : WebKit.WebView * Foundation.NSObject * Foundation.NSError * WebKit.WebDataSource -> unit

Parameters

sender
WebView
identifier
NSObject
withError
NSError
dataSource
WebDataSource
Attributes

Applies to