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