1 write to m_Exception
mscorlib (1)
system\runtime\exceptionservices\exceptionservicescommon.cs (1)
44m_Exception = exception;
4 references to m_Exception
mscorlib (4)
system\runtime\exceptionservices\exceptionservicescommon.cs (4)
51m_Exception.GetStackTracesDeepCopy(out stackTrace, out dynamicMethods); 118return m_Exception; 132m_Exception.RestoreExceptionDispatchInfo(this); 133throw m_Exception;