You can do this yourself and is in fact what we do in our medical system. If we log it to a table, you may want to add additional information and us doing this would force you to follow our structure. Just add your code to the UnhandledExceptionFound event in the Appmain.vb or program.cs file. We even take a screen shot so we can see what is going on. StrataFrame has a class that allows you to take screen shots: MicroFour.StrataFrame.Tools.ScreenCapture.CaptureScreen().Save("c:\MyScreen.jpg", System.Drawing.Imaging.ImageFormat.Jpeg)
This is not the first time this has been requested and we have started to implement this several times. The problem is that most people want different types of information aside from the expcetion to be saved. So for now, you at least have a solution.