AmbigiousXmlElementException(String, Int32) Constructor |
Namespace: WorkZone.Dispatcher.Base.ExceptionsAssembly: 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)
Syntaxpublic AmbigiousXmlElementException(
string tag,
int nElements
)
Public Sub New (
tag As String,
nElements As Integer
)
public:
AmbigiousXmlElementException(
String^ tag,
int nElements
)
new :
tag : string *
nElements : int -> AmbigiousXmlElementException
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