public UnexpectedXmlElementException(
XElement foundElement,
string expectedTag
)
Public Sub New (
foundElement As XElement,
expectedTag As String
)
public:
UnexpectedXmlElementException(
XElement^ foundElement,
String^ expectedTag
)
new :
foundElement : XElement *
expectedTag : string -> UnexpectedXmlElementException
[Missing <param name="foundElement"/> documentation for "M:WorkZone.Dispatcher.Base.Exceptions.UnexpectedXmlElementException.#ctor(System.Xml.Linq.XElement,System.String)"]
[Missing <param name="expectedTag"/> documentation for "M:WorkZone.Dispatcher.Base.Exceptions.UnexpectedXmlElementException.#ctor(System.Xml.Linq.XElement,System.String)"]