I'm putting a bug-reporting system in my project that basically runs a try/catch block at the bottom of the stack and then if an exception is thrown, I display ''Sorry, it goofed'' on the screen and then launch the functionGuide.ShowComposeMessage(PlayerIndex.One, e.ToString().Substring(0, 255), null);The last parameter defines who the message ...