11 references to Error
System.Net.HttpListener (11)
System\Net\HttpListener.cs (2)
166
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Error
(this, exception);
240
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Error
(this, exception);
System\Net\HttpListenerRequestUriBuilder.cs (9)
91
NetEventSource.
Error
(this, SR.Format(SR.net_log_listener_cant_create_uri, _cookedUriScheme, _cookedUriHost, _cookedUriPath, _cookedUriQuery));
116
NetEventSource.
Error
(this, SR.Format(SR.net_log_listener_cant_create_uri, _cookedUriScheme, _cookedUriHost, _rawPath, _cookedUriQuery));
164
NetEventSource.
Error
(this, SR.Format(SR.net_log_listener_cant_convert_raw_path, _rawPath, encoding.EncodingName));
253
NetEventSource.
Error
(this, SR.Format(SR.net_log_listener_cant_convert_percent_value, codePoint));
268
NetEventSource.
Error
(this, SR.Format(SR.net_log_listener_cant_convert_percent_value, codePoint));
273
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Error
(this, SR.Format(SR.net_log_listener_cant_convert_to_utf8, unicodeString, e.Message));
284
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Error
(this, SR.Format(SR.net_log_listener_cant_convert_percent_value, escapedCharacter));
323
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Error
(this, SR.Format(SR.net_log_listener_cant_convert_bytes, GetOctetsAsString(_rawOctets), e.Message));
328
if (NetEventSource.Log.IsEnabled()) NetEventSource.
Error
(this, SR.Format(SR.net_log_listener_cant_convert_to_utf8, decodedString, e.Message));