Share via


AVAssetDownloadDelegate.DidCompleteWithError メソッド

定義

セッション内のタスクがエラーで完了した場合に呼び出されるメソッド。

[Foundation.Export("URLSession:task:didCompleteWithError:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidCompleteWithError (Foundation.NSUrlSession session, Foundation.NSUrlSessionTask task, Foundation.NSError error);
abstract member DidCompleteWithError : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * Foundation.NSError -> unit
override this.DidCompleteWithError : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * Foundation.NSError -> unit

パラメーター

session
NSUrlSession
error
NSError
属性

適用対象