def __str__ (self): return "<x_wmi: %s %s>" % ( self.info or "Unexpected COM Error", self.com_error or "(no underlying exception)" )