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