Instance Method インスタンスメソッド

URLHandle:resourceDidFailLoadingWithReason:

Sent when the URL handle failed to load resource data for some reason other than being canceled. URLハンドルがリソースデータをロードすることに取り消される以外の何らかの理由のために失敗した時に送信されます。

Declaration 宣言

- (void)URLHandle:(NSURLHandle *)sender 
resourceDidFailLoadingWithReason:(NSString *)reason;

Parameters パラメータ

sender

The URL handle sending the message. メッセージを送信しているURLハンドル。

reason

A human-readable, localized string describing why the load failed. 人の読みやすい、ローカライズされた文字列、なぜロードが失敗したかを記述しています。

See Also 参照

Notification methods 通知メソッド