2 writes to m_wrappedException
mscorlib (2)
system\runtime\compilerservices\RuntimeWrappedException.cs (2)
29
m_wrappedException
= thrownObject;
50
m_wrappedException
= info.GetValue("WrappedException", typeof(Object));
2 references to m_wrappedException
mscorlib (2)
system\runtime\compilerservices\RuntimeWrappedException.cs (2)
33
get { return
m_wrappedException
; }
45
info.AddValue("WrappedException",
m_wrappedException
, typeof(Object));