Occurs when the System.Xml.Serialization.XmlSerializer encounters an XML node of unknown type during deserialization.
By default, after calling the XmlSerializer.Deserialize(System.IO.Stream) method, the System.Xml.Serialization.XmlSerializer ignores XML nodes of unknown types. However, you can use this event to handle such node types.