Beispiel #1
0
 public static void Close()
 {
     try
     {
         dev9.Close();
     }
     catch (Exception e) when(Log_Fatal(e))
     {
         throw;
     }
 }
Beispiel #2
0
 public static void Close()
 {
     try
     {
         dev9.Close();
     }
     catch (Exception e)
     {
         CLR_PSE_PluginLog.MsgBoxErrorTrapper(e);
         throw;
     }
 }