Namespace TallComponents.PDF.Layout.Xml
Class TypeNotFoundException
The exception that is thrown when a type reference from a the type attribute of an XML element cannot be found.
If this exception occures, check the exact spelling of the type name. If you are trying to load a custom class, make sure that the assembly containing the type is loaded. The type names for custom classes in XML are case sensitive.
Syntax
public class TypeNotFoundException
: XmlException