NoSuchXmlElementException(String) Constructor

Initializes a new instance of the NoSuchXmlElementException 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 NoSuchXmlElementException(
	string expectedTagName
)

Parameters

expectedTagName  String

[Missing <param name="expectedTagName"/> documentation for "M:WorkZone.Dispatcher.Base.Exceptions.NoSuchXmlElementException.#ctor(System.String)"]

See Also