11 writes to m_InnerException
System (11)
net\System\Net\_Connection.cs (11)
1052m_InnerException = null; 1092m_InnerException = exception; 1128m_InnerException = stateException; 1196m_InnerException = exception; 2849m_InnerException = webException; 3154m_InnerException = e; 3244m_InnerException = exception; 3358m_InnerException = exception; 3600m_InnerException = exception; 3763conn.m_InnerException = exception; 3836m_InnerException = exception;
15 references to m_InnerException
System (15)
net\System\Net\_Connection.cs (11)
1091if (m_InnerException == null) 1127if (m_InnerException == null) 1195if (m_InnerException == null) 2847if (webException != null && m_InnerException == null) 2989Exception theException = m_InnerException; 3152if (m_InnerException == null) 3243if (m_InnerException == null) 3357if (m_InnerException == null) 3599if (m_InnerException == null) 3762if (conn.m_InnerException == null) 3835if (m_InnerException == null)
net\System\Net\_ConnectStream.cs (4)
2118if (stream.m_Connection.m_InnerException != null) 2119throw stream.m_Connection.m_InnerException; 2138if (stream.m_Connection.m_InnerException != null) 2139throw stream.m_Connection.m_InnerException;