XmlException(XElement, String) Constructor

Initializes a new instance of the XmlException 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 XmlException(
	XElement element,
	string message
)

Parameters

element  XElement

[Missing <param name="element"/> documentation for "M:WorkZone.Dispatcher.Base.Exceptions.XmlException.#ctor(System.Xml.Linq.XElement,System.String)"]

message  String

[Missing <param name="message"/> documentation for "M:WorkZone.Dispatcher.Base.Exceptions.XmlException.#ctor(System.Xml.Linq.XElement,System.String)"]

See Also