Compartir a través de


UIWebViewDelegate.LoadFailed(UIWebView, NSError) Método

Definición

Indica que se produjo un error en el intento de uiWebView de cargar datos.

[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

Parámetros

webView
UIWebView

Se agregará.

error
NSError

Se agregará.

Atributos

Se aplica a