Side navigation
#10348 closed bug (duplicate)
Opened September 27, 2011 12:08AM UTC
Closed September 27, 2011 03:57PM UTC
Last modified September 27, 2011 03:57PM UTC
Ajax "deferred" error ?
Reported by: | froddy | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | None |
Component: | deferred | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I was testing ajax calls to my json web service (.net), and encountered the following error, when intentionally specifying an incorrect name for my web method. This error also occurs when attempting to call (via ajax) a web method, and the web server (IIS) has been intentionally stopped (i.e. is turned OFF) – for testing purposes.
The problem is that an error is NOT returned to my (deferred) error handler, but rather I get the following JavaScript error:
"Microsoft JScript runtime error: Exception thrown and not caught"
… and a break point at line 1011, of the jquery file “jquery-1.6.2.js”, viz.:
finally {
fired = [ context, args ];
firing = 0;
}