This is VB so case doesn't matter, but I am using Exception.
Code sample:
Try
''' code
Catch ex As Exception
''' code
End Try
It's not a big deal, I just went ahead and did a Find/Replace to change to
System.Exception. I just thought I'd ask if others did anything else to
work around that issue.
Jeff
On Thu, Feb 28, 2008 at 3:01 PM, Shane Trotter <str...@co...>
wrote:
> Are you sure you're using "Exception" and not "exception"?
>
> Can you paste the code in question?
>
> On 2/28/08, Jeff <jhe...@gm...> wrote:
> > QuickFIX Documentation:
> > http://www.quickfixengine.org/quickfix/doc/html/index.html
> > QuickFIX Support:
> > http://www.quickfixengine.org/services.html
> >
> >
> >
> > 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
> >
> >
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > Quickfix-developers mailing list
> > Qui...@li...
> > https://lists.sourceforge.net/lists/listinfo/quickfix-developers
> >
>
>
> --
> Shane Trotter
> Connamara Systems, LLC
>
|