1 implementation of Errors
System.Web.Extensions (1)
UI\CustomErrorsSectionWrapper.cs (1)
27CustomErrorCollection ICustomErrorsSection.Errors {
2 references to Errors
System.Web.Extensions (2)
UI\PageRequestManager.cs (2)
117if (_owner.CustomErrorsSection.Errors != null) { 118foreach (CustomError error in _owner.CustomErrorsSection.Errors) {