RDunkley / XML-To-Data-Class

Tool to Generate C# custom data classes from an XML file.
Apache License 2.0
0 stars 0 forks source link

Add XmlException handling to ImportFromXML method #14

Closed RDunkley closed 8 years ago

RDunkley commented 8 years ago

The try catch statement around doc.Load in the ImportFromXML method does not handle the XmlException type. Need to add this in or specify that this method could throw that type.