/[projects]/dao/DaoMqPump2/MQFilter/FilterMainProgram.cs
ViewVC logotype

Diff of /dao/DaoMqPump2/MQFilter/FilterMainProgram.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2174 by torben, Fri May 16 17:57:08 2014 UTC revision 2175 by torben, Mon May 19 11:59:45 2014 UTC
# Line 10  using System.Collections.Specialized; Line 10  using System.Collections.Specialized;
10  using System.Runtime.InteropServices;  using System.Runtime.InteropServices;
11    
12  using DaoCommon;  using DaoCommon;
13    using IBM.WMQ;
14    
15    
16  namespace MQFilter  namespace MQFilter
# Line 37  namespace MQFilter Line 38  namespace MQFilter
38                      }                      }
39                      catch (Exception e)                      catch (Exception e)
40                      {                      {
41    
42                          Console.WriteLine("Error: " + e.Message);                          Console.WriteLine("Error: " + e.Message);
43                            Console.WriteLine(e.StackTrace);
44                      }                      }
45    
46                                            

Legend:
Removed from v.2174  
changed lines
  Added in v.2175

  ViewVC Help
Powered by ViewVC 1.1.20