Home
last modified time | relevance | path

Searched refs:net_log_unexpected_exception (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs874 public const string net_log_unexpected_exception = "Unexpected exception in {0}."; field in SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DServicePoint.cs1290 … Logging.PrintInfo(Logging.Web, this, SR.GetString(SR.net_log_unexpected_exception, ex.Message)); in SetUnicastReusePortForSocket()
H A DFtpWebRequest.cs687 …(Logging.On)Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_log_unexpected_exception, "GetRe… in GetResponse()