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