Class UnknownElementEventArgs
- Namespace
- NMF.Serialization
- Assembly
- NMF.Serialization.dll
Denotes event arguments for an unknown element
public class UnknownElementEventArgs : EventArgs
- Inheritance
-
UnknownElementEventArgs
- Inherited Members
Constructors
UnknownElementEventArgs(object, string)
Creates a new instance
public UnknownElementEventArgs(object context, string propertyXml)
Parameters
Exceptions
- ArgumentNullException
Thrown if either is null
Properties
Context
The context object
public object Context { get; }
Property Value
PropertyXml
The outer XML of the unknown element
public string PropertyXml { get; }