23 references to IsCustomErrorEnabled
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
315if (!context.IsCustomErrorEnabled)
System.Web (19)
Abstractions\HttpContextWrapper.cs (1)
116return _context.IsCustomErrorEnabled;
Configuration\UrlAuthFailedErrorFormatter.cs (1)
41bool dontShowSensitiveInfo = context.IsCustomErrorEnabled;
DataAccess\SqlConnectionHelper.cs (1)
250if (context == null || context.IsCustomErrorEnabled)
Security\FileAuthorizationModule.cs (1)
286if (!context.IsCustomErrorEnabled) {
UI\Page.cs (4)
1572if (Context.IsCustomErrorEnabled) { 5327if (Context.IsCustomErrorEnabled) { 5363if (Context.IsCustomErrorEnabled) { 5424if (Context.IsCustomErrorEnabled) {
UI\WebParts\EditorPart.cs (1)
112if (Context != null && Context.IsCustomErrorEnabled) {
UI\WebParts\PropertyGridEditorPart.cs (1)
137if (Context != null && Context.IsCustomErrorEnabled) {
UI\WebParts\WebPartConnection.cs (3)
313if (_webPartManager.Context != null && _webPartManager.Context.IsCustomErrorEnabled) { 345if (_webPartManager.Context != null && _webPartManager.Context.IsCustomErrorEnabled) { 358if (_webPartManager.Context != null && _webPartManager.Context.IsCustomErrorEnabled) {
UI\WebParts\WebPartManager.cs (6)
2918if ((Context != null) && (Context.IsCustomErrorEnabled)) { 3351if (Context != null && Context.IsCustomErrorEnabled) { 3370if (Context != null && Context.IsCustomErrorEnabled) { 3403if (Context != null && Context.IsCustomErrorEnabled) { 3411if (Context != null && Context.IsCustomErrorEnabled) { 3432if (Context != null && Context.IsCustomErrorEnabled) {
System.Web.Extensions (1)
Script\Services\RestHandler.cs (1)
237if (context.IsCustomErrorEnabled) {
System.Web.Mobile (2)
Mobile\ErrorHandlerModule.cs (1)
102if(context.IsCustomErrorEnabled)
UI\MobileControls\MobilePage.cs (1)
1396if(!HttpContext.Current.IsCustomErrorEnabled)