0
kicks
Serialize an Exception to XML
Have you ever wanted to represent an Exception as XML data? If you've tried, you know that XmlSerializer won't do it. It can still be done, however, without much work, and without having to implement some tricky workaround.