1

We are currently using FogBugz.BugReport.Submit (BugzScout.dll) to report back any errors that occur in our distributed application and it works like a charm for the most part.

Is there any way to report back the exception and inner exceptions that are thrown when an error occurs rather than only the top level exception?

flag

1 Answer

3

Have you tried using BugReport.SetException?

The code inside that function will automatically unwrap all the inner exceptions in the exception you pass into SetException.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.