Namespace TallComponents.PDF.Layout.Xml
Class MissingParseMethodException
The exception that is thrown when no public (static) Parse 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 (static) Parse method that takes string as an argument.
Syntax
public class MissingParseMethodException
: XmlException