Hardware/TBalancer/TBalancerGroup.cs
changeset 131 b68cb7c8d5ce
parent 87 ecdc3bcef083
child 160 f7d962d25af4
     1.1 --- a/Hardware/TBalancer/TBalancerGroup.cs	Thu Jun 03 22:40:18 2010 +0000
     1.2 +++ b/Hardware/TBalancer/TBalancerGroup.cs	Sat Jun 05 09:40:57 2010 +0000
     1.3 @@ -55,6 +55,7 @@
     1.4          FTD2XX.FT_CreateDeviceInfoList(out numDevices);
     1.5        } catch (DllNotFoundException) { return; } 
     1.6          catch (ArgumentNullException) { return; }
     1.7 +        catch (EntryPointNotFoundException) { return; }
     1.8       
     1.9        FT_DEVICE_INFO_NODE[] info = new FT_DEVICE_INFO_NODE[numDevices];
    1.10        FTD2XX.FT_GetDeviceInfoList(info, ref numDevices);