[Quickfix-developers] Exception Class
Brought to you by:
orenmnero
From: Jeff <jhe...@gm...> - 2008-02-28 19:58:21
|
Oops, sent that previous email too fast, here's the rest: When I add the quickfix dlls to my project, I have to rename all instances of "Exception" to "System.Exception" because of this error: 'Catch' cannot catch type 'exception' because it is not 'System.Exception' or a class that inherits from 'System.Exception'. I just wanted to see if my only option is to go through and qualify all my Exceptions to System.Exceptions, or if there were something else I could do. Thanks, Jeff |