121 references to Exception
System (121)
net\System\Net\_ListenerRequestStream.cs (4)
167if(Logging.On)Logging.Exception(Logging.HttpListener, this, "Read", exception); 259if (Logging.On) Logging.Exception(Logging.HttpListener, this, "BeginRead", e); 272if (Logging.On) Logging.Exception(Logging.HttpListener, this, "BeginRead", exception); 307if(Logging.On)Logging.Exception(Logging.HttpListener, this, "EndRead", exception);
net\System\Net\_ListenerResponseStream.cs (5)
222if(Logging.On)Logging.Exception(Logging.HttpListener, this, "Write", exception); 290if (Logging.On) Logging.Exception(Logging.HttpListener, this, "BeginWrite", e); 304if (Logging.On) Logging.Exception(Logging.HttpListener, this, "BeginWrite", exception); 347if(Logging.On)Logging.Exception(Logging.HttpListener, this, "EndWrite", exception); 445if(Logging.On)Logging.Exception(Logging.HttpListener, this, "Close", exception);
net\System\Net\_NetworkingPerfCounters.cs (6)
146if (Logging.On) Logging.Exception(Logging.Web, "NetworkingPerfCounters", "Increment", e); 150if (Logging.On) Logging.Exception(Logging.Web, "NetworkingPerfCounters", "Increment", e); 218if (Logging.On) Logging.Exception(Logging.Web, "NetworkingPerfCounters", "Initialize", e); 224if (Logging.On) Logging.Exception(Logging.Web, "NetworkingPerfCounters", "Initialize", e); 339if (Logging.On) Logging.Exception(Logging.Web, "NetworkingPerfCounters", 344if (Logging.On) Logging.Exception(Logging.Web, "NetworkingPerfCounters",
net\System\Net\DNS.cs (2)
374if (Logging.On) Logging.Exception(Logging.Sockets, "DNS", 425if (Logging.On) Logging.Exception(Logging.Sockets, "DNS", "InternalGetHostByAddress", exception);
net\System\Net\filewebrequest.cs (7)
246if(Logging.On)Logging.Exception(Logging.Web, this, "BeginGetRequestStream", exception); 280if(Logging.On)Logging.Exception(Logging.Web, this, "BeginGetResponse", exception); 318if(Logging.On)Logging.Exception(Logging.Web, this, "EndGetRequestStream", exception); 353if(Logging.On)Logging.Exception(Logging.Web, this, "EndGetResponse", exception); 387if(Logging.On)Logging.Exception(Logging.Web, this, "GetRequestStream", exception); 416if(Logging.On)Logging.Exception(Logging.Web, this, "GetResponse", exception); 542if(Logging.On)Logging.Exception(Logging.Web, this, "Abort", exception);
net\System\Net\FtpWebRequest.cs (8)
681if(Logging.On)Logging.Exception(Logging.Web, this, "GetResponse", exception); 786if(Logging.On)Logging.Exception(Logging.Web, this, "BeginGetResponse", exception); 863if(Logging.On)Logging.Exception(Logging.Web, this, "EndGetResponse", exception); 935if(Logging.On)Logging.Exception(Logging.Web, this, "GetRequestStream", exception); 989if(Logging.On)Logging.Exception(Logging.Web, this, "BeginGetRequestStream", exception); 1044if(Logging.On)Logging.Exception(Logging.Web, this, "EndGetRequestStream", exception); 1716if(Logging.On)Logging.Exception(Logging.Web, this, "Abort", exception); 2112if(Logging.On)Logging.Exception(Logging.Web, this, "CheckCacheRetrieveOnResponse", CacheProtocol.ProtocolException);
net\System\Net\HttpListener.cs (12)
515if (Logging.On) Logging.Exception(Logging.HttpListener, this, "HttpSetUrlGroupProperty:: Property: " + 687if(Logging.On)Logging.Exception(Logging.HttpListener, this, "AddPrefix", exception); 725if(Logging.On)Logging.Exception(Logging.HttpListener, this, "RemovePrefix", exception); 833if (Logging.On) Logging.Exception(Logging.HttpListener, this, "SetupV2Config", exception); 877if (Logging.On) Logging.Exception(Logging.HttpListener, this, "Start", exception); 980if(Logging.On)Logging.Exception(Logging.HttpListener, this, "Stop", exception); 1039if(Logging.On)Logging.Exception(Logging.HttpListener, this, "Abort", exception); 1054if(Logging.On)Logging.Exception(Logging.HttpListener, this, "Close", exception); 1081if (Logging.On) Logging.Exception(Logging.HttpListener, this, "Dispose", exception); 1225if(Logging.On)Logging.Exception(Logging.HttpListener, this, "GetContext", exception); 1270if(Logging.On)Logging.Exception(Logging.HttpListener, this, "BeginGetContext", exception); 1302if(Logging.On)Logging.Exception(Logging.HttpListener, this, "EndGetContext", exception);
net\System\Net\HttpWebRequest.cs (6)
1488if (Logging.On) Logging.Exception(Logging.Web, this, "EndGetRequestStream", castedAsyncResult.Result as Exception); 1606if (Logging.On) Logging.Exception(Logging.Web, this, "EndGetRequestStream", _WriteAResult.Result as Exception); 2078if (Logging.On) Logging.Exception(Logging.Web, this, "EndGetResponse", castedAsyncResult.Result as Exception); 2269if (Logging.On) Logging.Exception(Logging.Web, this, "GetResponse", _ReadAResult.Result as Exception); 3866if (Logging.On) Logging.Exception(Logging.Web, this, "", webException); 5616Logging.Exception(Logging.Web, this, "", innerException);
net\System\Net\Logging.cs (1)
240Exception(Web, sender, "UnhandledExceptionHandler", e);
net\System\Net\mail\SmtpClient.cs (2)
528if (Logging.On) Logging.Exception(Logging.Web, this, "Send", e); 672if (Logging.On) Logging.Exception(Logging.Web, this, "Send", e);
net\System\Net\NetworkInformation\NetworkAddressChange.cs (1)
201if (Logging.On) Logging.Exception(Logging.Web, "AddressChangeListener", "AddressChangedCallback", nie);
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
67if (Logging.On) Logging.Exception(Logging.Web, "SystemNetworkInterface", "InternalGetIsNetworkAvailable", nie);
net\System\Net\Sockets\Socket.cs (61)
370if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "Available", socketException); 419if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "LocalEndPoint", socketException); 466if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "RemoteEndPoint", socketException); 529if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "Blocking", socketException); 945if (s_LoggingEnabled) Logging.Exception(Logging.Sockets, this, "DoBind", socketException); 973if (s_LoggingEnabled) Logging.Exception(Logging.Sockets, this, "DoBind", socketException); 1196if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "Listen", socketException); 1252if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "Accept", socketException); 1377Logging.Exception(Logging.Sockets, this, "Send", new SocketException(errorCode)); 1485if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "SendFile", socketException); 1568Logging.Exception(Logging.Sockets, this, "Send", new SocketException(errorCode)); 1664if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "SendTo", socketException); 1791Logging.Exception(Logging.Sockets, this, "Receive", new SocketException(errorCode)); 1912Logging.Exception(Logging.Sockets, this, "Receive", new SocketException(errorCode)); 2028if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "ReceiveMessageFrom", socketException); 2115if (s_LoggingEnabled) Logging.Exception(Logging.Sockets, this, "ReceiveFrom", socketException); 2219if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "IOControl", socketException); 2272if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "IOControl", socketException); 2341if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "SetSocketOption", socketException); 2450if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "GetSocketOption", socketException); 2488if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "GetSocketOption", socketException); 2524if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "GetSocketOption", socketException); 2586if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "Poll", socketException); 2819if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "DuplicateAndClose", socketException); 2940if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "BeginConnect", socketException); 3257if(s_LoggingEnabled)Logging.Exception(Logging.Sockets,this,"BeginDisconnect", socketException); 3298if(s_LoggingEnabled)Logging.Exception(Logging.Sockets,this,"Disconnect", socketException); 3389if(s_LoggingEnabled)Logging.Exception(Logging.Sockets,this,"EndDisconnect", socketException); 3550if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "BeginSend", new SocketException(errorCode)); 3672if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "BeginSendFile", socketException); 3784if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "BeginSend", new SocketException(errorCode)); 3868Logging.Exception(Logging.Sockets, this, "EndSend", new SocketException(errorCode)); 3927if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "EndSendFile", socketException); 4065if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "BeginSendTo", socketException); 4138if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "EndSendTo", socketException); 4299if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "BeginReceive", new SocketException(errorCode)); 4415if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "BeginReceive", new SocketException(errorCode)); 4520Logging.Exception(Logging.Sockets, this, "EndReceive", new SocketException(errorCode)); 4636if (s_LoggingEnabled) Logging.Exception(Logging.Sockets, this, "BeginReceiveMessageFrom", socketException); 4721if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "EndReceiveMessageFrom", socketException); 4885if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "BeginReceiveFrom", socketException); 4981if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "EndReceiveFrom", socketException); 5152if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "BeginAccept", socketException); 5441if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "BeginAccept", socketException); 5523if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "EndAccept", socketException); 5601if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "EndAccept", socketException); 5658if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "Shutdown", socketException ); 6154if (s_LoggingEnabled) Logging.Exception(Logging.Sockets, this, "InternalEndConnect", (Exception)castedAsyncResult.Result); 6162if (s_LoggingEnabled) Logging.Exception(Logging.Sockets, this, "InternalEndConnect", socketException); 6210if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "Connect", socketException); 6514if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "SetSocketOption", socketException); 6568if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "setMulticastOption", socketException); 6606if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "setIPv6MulticastOption", socketException); 6637if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "setLingerOption", socketException); 6665if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "getLingerOpt", socketException); 6696if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "getMulticastOpt", socketException); 6749if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "getIPv6MulticastOpt", socketException); 6965if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "BeginConnectEx", socketException); 7027if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "MultipleSend", socketException); 7265if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "BeginMultipleSend", socketException); 7311if(s_LoggingEnabled)Logging.Exception(Logging.Sockets, this, "EndMultipleSend", socketException);
net\System\Net\WebSockets\ClientWebSocket.cs (2)
186if (Logging.On) Logging.Exception(Logging.WebSockets, this, "ConnectAsync", wex); 192if (Logging.On) Logging.Exception(Logging.WebSockets, this, "ConnectAsync", ex);
net\System\Net\WebSockets\WebSocketBase.cs (2)
1306Logging.Exception(Logging.WebSockets, this, methodName, exception); 1444Logging.Exception(Logging.WebSockets, this, Methods.Fault, exception);
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
181Logging.Exception(Logging.WebSockets, context, "AcceptWebSocketAsync", ex);