3 references to Errors
System.Web (2)
Configuration\CustomErrorsSection.cs (2)
150
if (
Errors
!= null) {
151
CustomError ce =
Errors
[(string)code.ToString(CultureInfo.InvariantCulture)];
System.Web.Extensions (1)
UI\CustomErrorsSectionWrapper.cs (1)
29
return _customErrorsSection.
Errors
;