Classes

  ClassDescription
Public classAttributeNotFoundException
The exception that is thrown when an XML attribute does not correspond to a property of the corresponding class.
Public classCannotInstanciateException
The exception that is thrown when an instanciation exception occurs while loading XML.
Public classCannotSetException
The exception that is thrown when an set exception occurs while loading XML.
Public classElementNotFoundException
The exception that is thrown when a child XML element does not correspond to a property or element of a collection.
Public classEnumConstantNotFoundException
The exception that is thrown when an enumeration constant cannot be resolved.
Public classMissingAddMethodException
The exception that is thrown when Add() method for a collection could not be found.
Public classMissingParseMethodException
The exception that is thrown when no public (static) Parse method was found when reading from XML.
Public classMissingReadMethodException
The exception that is thrown when no public Read method was found when reading from XML.
Public classPropertyCannotParseException
The exception that is thrown when a value read cannot be translated into an expected type.
Public classPropertyReadOnlyException
The exception that is thrown when an XML attribute maps to a read only property of the corresponding class.
Public classTrailingXmlElementsAttribute
Specify this attribute on a property to indicate it has to come last in the XSD which specify the XML-language.
Public classTypeNotFoundException
The exception that is thrown when a type reference from a the type attribute of an XML element cannot be found.
Public classXmlException
The base exception that is used for all XML exceptions that are thrown when an XML error occurs.