NoSuchXmlElementException(String) 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 NoSuchXmlElementException(
string expectedTagName
)
Public Sub New (
expectedTagName As String
)
public:
NoSuchXmlElementException(
String^ expectedTagName
)
new :
expectedTagName : string -> NoSuchXmlElementException
Parameters
- expectedTagName String
[Missing <param name="expectedTagName"/> documentation for "M:WorkZone.Dispatcher.Base.Exceptions.NoSuchXmlElementException.#ctor(System.String)"]
See Also