XmlException Constructor (XElement, String)

Scanjour Workflow4 Reference Manual
Initializes a new instance of the XmlException class

Namespace:  WorkZone.Dispatcher.Base.Exceptions
Assembly:  WorkZone.Dispatcher.Base_23.1.0.0 (in WorkZone.Dispatcher.Base_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public XmlException(
	XElement element,
	string message
)

Parameters

element
Type: System.Xml.LinqXElement

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

message
Type: SystemString

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

See Also

Reference