UIWebViewDelegate.LoadFailed(UIWebView, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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