Click or drag to resize

NoSuchXmlElementException(String) Constructor

Initializes a new instance of the NoSuchXmlElementException class

Namespace: WorkZone.Dispatcher.Base.Exceptions
Assembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public NoSuchXmlElementException(
	string expectedTagName
)

Parameters

expectedTagName  String

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

See Also