Namespace TallComponents.PDF.Layout.Xml
Class MissingAddMethodException
The exception that is thrown when Add() method for a collection could not be found.
Raised when a child element cannot be added to a collection because the latter does not have an Add method that takes the element as an argument.
Syntax
public class MissingAddMethodException
: XmlException