Classes
| Class | Description | |
|---|---|---|
| AttributeNotFoundException |
The exception that is thrown when an XML attribute does not correspond to a property of the corresponding class.
| |
| CannotInstanciateException |
The exception that is thrown when an instanciation exception occurs while loading XML.
| |
| CannotSetException |
The exception that is thrown when an set exception occurs while loading XML.
| |
| ElementNotFoundException |
The exception that is thrown when a child XML element does not correspond to a property or element of a collection.
| |
| EnumConstantNotFoundException |
The exception that is thrown when an enumeration constant cannot be resolved.
| |
| MissingAddMethodException |
The exception that is thrown when Add() method for a collection could not be found.
| |
| MissingParseMethodException |
The exception that is thrown when no public (static) Parse method was found when reading from XML.
| |
| MissingReadMethodException |
The exception that is thrown when no public Read method was found when reading from XML.
| |
| PropertyCannotParseException |
The exception that is thrown when a value read cannot be translated into an expected type.
| |
| PropertyReadOnlyException |
The exception that is thrown when an XML attribute maps to a read only property of the corresponding class.
| |
| TrailingXmlElementsAttribute |
Specify this attribute on a property to indicate it has to come last in the XSD which specify the XML-language.
| |
| TypeNotFoundException |
The exception that is thrown when a type reference from a the type attribute of an XML element cannot be found.
| |
| XmlException |
The base exception that is used for all XML exceptions that are thrown when an XML error occurs.
|