UnexpectedXmlElementException(XElement, String) Constructor

Initializes a new instance of the UnexpectedXmlElementException class

Definition

Namespace: WorkZone.Dispatcher.Base.Exceptions
Assembly: WorkZone.Dispatcher.Base_24.4.0.0 (in WorkZone.Dispatcher.Base_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public UnexpectedXmlElementException(
	XElement foundElement,
	string expectedTag
)

Parameters

foundElement  XElement

[Missing <param name="foundElement"/> documentation for "M:WorkZone.Dispatcher.Base.Exceptions.UnexpectedXmlElementException.#ctor(System.Xml.Linq.XElement,System.String)"]

expectedTag  String

[Missing <param name="expectedTag"/> documentation for "M:WorkZone.Dispatcher.Base.Exceptions.UnexpectedXmlElementException.#ctor(System.Xml.Linq.XElement,System.String)"]

See Also