Namespace TallComponents.PDF.Layout.Xml
Class MissingReadMethodException
The exception that is thrown when no public Read method was found when reading from XML.
Raised when a child element cannot be read from XML because the corresponding class does not have a public Read method that takes XmlElement as an argument.
Syntax
public class MissingReadMethodException
: XmlException