public void Connect() { try { exchange.Connect(); } catch (Exception ex) { throw new PaceExchException("ConnectError", ex); } }