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