2 writes to _innerException
mscorlib (2)
system\exception.cs (2)
78_innerException = innerException; 91_innerException = (Exception)(info.GetValue("InnerException",typeof(Exception)));
4 references to _innerException
mscorlib (4)
system\exception.cs (4)
265get { return _innerException; } 449if (_innerException!=null) { 450s = s + " ---> " + _innerException.ToString(needFileLineInfo, needMessage) + Environment.NewLine + 579info.AddValue("InnerException", _innerException, typeof(Exception));