我正在尝试提升此截屏视频中描述的HttpResponseException (大约1分钟内)
throw new HttpResponseException(HttpStatusCode.Unauthorized);
但是应用程序不会编译,因为它抛出了以下错误:
The best overloaded method match for 'System.Web.Http.HttpResponseException.HttpResponseException(System.Net.Http.HttpResponseMessage)' has some invalid argumen
我学习了peepcode backbone.js基础教程,据我所知,我的代码与截屏视频是相同的,但我的控制台行为非常不同。
我的Chrome控制台(在屏幕直播中使用)会产生这个结果。
albums = new Albums()
child
albums.fetch()
Object
albums.models()
TypeError: Property 'models' of object [object Object] is not a function
录屏控制台如下所示
albums = new Albums()
inherits.child
albums.fetch()