Table of Contents

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

context object

The context object

propertyXml string

The outer XML of the unknown element

Exceptions

ArgumentNullException

Thrown if either is null

Properties

Context

The context object

public object Context { get; }

Property Value

object

PropertyXml

The outer XML of the unknown element

public string PropertyXml { get; }

Property Value

string