Hello,
We're developing a Windows Forms application and we are logging every
runtime exception to a file. To do this we serialize the exception in
XML using SoapFormatter.
To look at these exception it would be great to have something like the
"View Detail..." option on the exception dialog in VS2005. It shows a
tree with every property and value. Is there any easy way to build a
tree like this directly from a class or serialized class, or do we have
to iterate through each property adding new nodes to the tree?
Thanks for your attention.
Regards,