Partager via


UIWebViewDelegate.LoadFailed(UIWebView, NSError) Méthode

Définition

Indique que la tentative de chargement des données par UIWebView a échoué.

[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

Paramètres

webView
UIWebView

À ajouter.

error
NSError

À ajouter.

Attributs

S’applique à