Browse by Tags
All Tags »
evaluate expression »
call stack (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
今天在调试project时有异常跳出:Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack. SYMPTOMS If you use the Response.End , Response.Redirect , or Server.Transfer method, a ThreadAbortException exception occurs. You can use a try-catch statement to catch this exception. CAUSE The Response.End method ends the page execution and shifts the execution to the Application_EndRequest event in the application's event pipeline. The line of code that follows Response...
|