5 references to Timeout
System.Web (5)
HttpApplication.cs (1)
2258
if (cancelException.
Timeout
) {
HttpContext.cs (1)
1862
((HttpApplication.CancelModuleException)e.ExceptionState).
Timeout
) {
UI\LegacyPageAsyncTask.cs (1)
201
if (exceptionState != null && !exceptionState.
Timeout
) {
UI\Page.cs (2)
4893
cancelException != null && !cancelException.
Timeout
) { // this is Response.End
5214
cancelException != null && !cancelException.
Timeout
) { // this is Response.End