public VixWrapper() { try { vixLib = new VixCOM.VixLibClass(); } catch(COMException comExc) { System.Diagnostics.Trace.WriteLine(comExc.Message + "\n"); throw; } }
public VixWrapper() { try { vixLib = new VixCOM.VixLibClass(); } catch (COMException comExc) { System.Diagnostics.Trace.WriteLine(comExc.Message + "\n"); throw; } }