c# - IXmlSerializable Raise Event UnknownElement in XmlSerializer -


is possible raise events xmlserializer on class implements ixmlserializable?

i implementing on ixmlserializable classes, however, raise event such unknown element or unknown attribute.

i have considered throwing exception rather raise event rather halt deserialization.

the xml serializer not support events.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -