If it's an online game, are you connecting via a webservice call? That
exception would be wrapped as a soap exception. Otherwise you can use a
catchall block in 1.x and a catch exception block in 2x
--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I made a C# program (I'm fairly new to the language) with links and
> useful tools for an online game made in Java. However, this game
> crashes often (the error window with the error report thing shows that
> it's from msjava.dll). My question is, is it possible to make the
> msjava.dll problem not bring down my application with it?
>
> -Sean
>