Home »

XmlSerializer is throwing a generic “There was an error reflecting MyClass” error. How do I find out what the problem is?

Question ListCategory: ASP.NETXmlSerializer is throwing a generic “There was an error reflecting MyClass” error. How do I find out what the problem is?
jully882 author asked 8 years ago
1 Answers
ethanbrown author answered 8 years ago

Look at the InnerException property of the exception that is thrown to get amore specific error message.

Please login or Register to Submit Answer