/// <summary> /// Create a new instance of the MDANotificationStopReason class. /// </summary> /// <param name="mda">Generated MDA notification.</param> public MDANotificationStopReason(CorDebug.CorMDA mda) { Debug.Assert(mda != null); m_mda = mda; }