AmbigiousXmlElementException(String, Int32) Constructor

Initializes a new instance of the AmbigiousXmlElementException 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 AmbigiousXmlElementException(
	string tag,
	int nElements
)

Parameters

tag  String

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

nElements  Int32

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

See Also