Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DISAPIWorkerRequest.cs2705 throw new HttpException(SR.GetString(SR.Failed_to_execute_url)); in BeginExecuteUrl()
2741 throw new HttpException(SR.GetString(SR.Failed_to_execute_url)); in BeginExecuteUrl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/ReferenceSources/
H A DSR.cs255 public const string Failed_to_execute_url = "Failed to Execute URL."; field in SR