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