ExceptionHandlinghandling=s_ExceptionHandlingMapping.FirstOrDefault(h=>h.m_ExceptionType==exception.Type)??newExceptionHandling(exception.Type,"Unknown command line test run error. "+exception.Type,ReturnCodes.RunError);
ExceptionHandlinghandling=s_ExceptionHandlingMapping.FirstOrDefault(h=>h.m_ExceptionType==exception.Type)??newExceptionHandling(exception.Type,"Unknown command line test run error. "+exception.Type,ReturnCodes.RunError);