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