5 references to PrintError
System (5)
net\System\Net\_Connection.cs (2)
936
if (Logging.On) Logging.
PrintError
(Logging.Web, this, "IsConnectionReusable", ex.ToString());
1210
if (Logging.On) Logging.
PrintError
(Logging.Web, this, "CompleteConnection", "on error");
net\System\Net\_ListenerAsyncResult.cs (1)
102
if (Logging.On) Logging.
PrintError
(Logging.HttpListener, ValidationHelper.HashString(asyncResult), "IOCompleted", exception.ToString());
net\System\Net\Sockets\Socket.cs (1)
7436
if (s_LoggingEnabled) Logging.
PrintError
(Logging.Sockets, this, "UpdateStatusAfterSocketError", errorCode.ToString());
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (1)
1214
Logging.
PrintError
(Logging.WebSockets, m_CurrentStream,