Show / Hide Table of Contents

Class UnknownElementEventArgs

Denotes event arguments for an unknown element

Inheritance
object
EventArgs
UnknownElementEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Serialization
Assembly: NMF.Serialization.dll
Syntax
public class UnknownElementEventArgs : EventArgs

Constructors

| Edit this page View Source

UnknownElementEventArgs(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 Source

Context

The context object

Declaration
public object Context { get; }
Property Value
Type Description
object
| Edit this page View Source

PropertyXml

The outer XML of the unknown element

Declaration
public string PropertyXml { get; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX