次の方法で共有


UIWebViewDelegate_Extensions.LoadFailed メソッド

定義

UIWebView によるデータの読み込みに失敗したことを示します。

public static void LoadFailed (this UIKit.IUIWebViewDelegate This, UIKit.UIWebView webView, Foundation.NSError error);
static member LoadFailed : UIKit.IUIWebViewDelegate * UIKit.UIWebView * Foundation.NSError -> unit

パラメーター

This
IUIWebViewDelegate

この拡張メソッドが動作するインスタンス。

webView
UIWebView

追加する。

error
NSError

追加する。

適用対象