Home
last modified time | relevance | path

Searched refs:Error_Formatter_ASPNET_Error (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DErrorFormatter.cs183 …Label label = CreateLabelFromText(SR.GetString(SR.Error_Formatter_ASPNET_Error, HttpRuntime.AppDom… in GetAdaptiveErrorMessage()
302 …string errorHeader = SR.GetString(SR.Error_Formatter_ASPNET_Error, HttpRuntime.AppDomainAppVirtual… in FormatStaticErrorMessage()
409 …sb.Append(" <span><H1>" + SR.GetString(SR.Error_Formatter_ASPNET_Error, HttpRuntime.App… in GetHtmlErrorMessage()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/ReferenceSources/
H A DSR.cs2889 public const string Error_Formatter_ASPNET_Error = "Server Error in '{0}' Application."; field in SR