/// <summary>
 /// Prints whether the ExceptionEnhanced switch of the associated ExceptionStopOptionPolicy object
 /// is turned on or off.
 /// </summary>
 public override void Print()
 {
     CommandBase.WriteOutput("(ee) ExceptionEnhanced:  " + m_esop.ExceptionEnhancedOn);
 }