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