XmlSerializer Events
.NET Framework (current version)
Namespace:
System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | UnknownAttribute | Occurs when the XmlSerializer encounters an XML attribute of unknown type during deserialization. |
![]() | UnknownElement | Occurs when the XmlSerializer encounters an XML element of unknown type during deserialization. |
![]() | UnknownNode | Occurs when the XmlSerializer encounters an XML node of unknown type during deserialization. |
![]() | UnreferencedObject | Occurs during deserialization of a SOAP-encoded XML stream, when the XmlSerializer encounters a recognized type that is not used or is unreferenced. |
Show:
