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