28 references to LeaveException
System (28)
net\System\Net\_BasicClient.cs (1)
143GlobalLog.LeaveException("BasicClient::EncodingRightGetBytes", ExceptionHelper.MethodNotSupportedException);
net\System\Net\_Connection.cs (1)
3724GlobalLog.LeaveException("Connection#" + ValidationHelper.HashString(this) + "::PostReceive", exception);
net\System\Net\_ConnectStream.cs (8)
1321GlobalLog.LeaveException("ConnectStream#" + ValidationHelper.HashString(this) + "::EndWrite", m_ErrorException); 1336GlobalLog.LeaveException("ConnectStream#" + ValidationHelper.HashString(this) + "::EndWrite", exception); 1780GlobalLog.LeaveException("ConnectStream::BeginReadWithoutValidation", m_ErrorException); 1799GlobalLog.LeaveException("ConnectStream::BeginReadWithoutValidation", m_ErrorException); 1808GlobalLog.LeaveException("ConnectStream#" + ValidationHelper.HashString(this) + "::BeginReadWithoutValidation", exception); 1833GlobalLog.LeaveException("ConnectStream::InternalBeginRead", m_ErrorException); 1936GlobalLog.LeaveException("ConnectStream::EndRead", m_ErrorException); 2725GlobalLog.LeaveException("ConnectStream#" + ValidationHelper.HashString(this) + "::CloseInternal() throwing:", exceptionOnWrite);
net\System\Net\filewebrequest.cs (10)
223GlobalLog.LeaveException("FileWebRequest::BeginGetRequestStream", e); 228GlobalLog.LeaveException("FileWebRequest::BeginGetRequestStream", e); 234GlobalLog.LeaveException("FileWebRequest::BeginGetRequestStream", e); 270GlobalLog.LeaveException("FileWebRequest::BeginGetResponse", e); 306GlobalLog.LeaveException("FileWebRequest::EndGetRequestStream", e); 340GlobalLog.LeaveException("FileWebRequest::EndGetRequestStream", e); 382GlobalLog.LeaveException("FileWebRequest::GetRequestStream", e); 411GlobalLog.LeaveException("FileWebRequest::GetResponse", e); 443GlobalLog.LeaveException("FileWebRequest::GetRequestStreamCallback", ex); 480GlobalLog.LeaveException("FileWebRequest::GetResponseCallback", ex);
net\System\Net\filewebresponse.cs (1)
63GlobalLog.LeaveException("FileWebResponse::FileWebResponse", ex);
net\System\Net\HttpWebRequest.cs (3)
3335GlobalLog.LeaveException("HttpWebRequest#" + ValidationHelper.HashString(this) + "::InvokeGetRequestStreamCallback", exception); 3751GlobalLog.LeaveException("HttpWebRequest#" + ValidationHelper.HashString(this) + "::SetResponse", new InternalException()); 3756GlobalLog.LeaveException("HttpWebRequest#" + ValidationHelper.HashString(this) + "::SetResponse", exception);
net\System\Net\ServicePointManager.cs (4)
714GlobalLog.LeaveException("ServicePointManager::FindServicePoint() Request aborted before proxy lookup.", exception); 779GlobalLog.LeaveException("ServicePointManager::FindServicePointHelper() proxy has unsupported scheme:" + address.Scheme.ToString(), exception); 821GlobalLog.LeaveException("ServicePointManager::FindServicePointHelper() reached the limit count:" + s_ServicePointTable.Count.ToString() + " limit:" + s_MaxServicePoints.ToString(), exception); 886GlobalLog.LeaveException("ServicePointManager::FindServicePoint() reached the limit count:" + s_ServicePointTable.Count.ToString() + " limit:" + s_MaxServicePoints.ToString(), exception);