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