I love how SA can handle uncaught exceptions and send them back to the mothership. However, what about caught exceptions? Is there something I can do in my exception handlers to upload that information as well?
Comments
2 comments
-
If you've got SmartAssembly Pro, you can reference SmartAssembly.ReportException.dll and call ExceptionReporting.ReportException(Exception) manually, as described in Method 1 of this article: http://www.red-gate.com/supportcenter/C ... %2ftoc.htm
SimonC -
That's exactly what I was looking for -- thanks!
Add comment
Please sign in to leave a comment.