tionException)
171 {
172 throw;
173 }
174 catch (Exception exception3)
175 {
176 PerfCounters.IncrementCounter(AppPerfCounter.ERRORS_DURING_REQUEST);
177 PerfCounters.IncrementCounter(AppPerfCounter.ERRORS_TOTAL);
178 if (!this.HandleError(exception3))
179 {
180 throw;
181 }
182 }
183 }
184
185
186
187
188