Click or drag to resize

ProfileMissingElementException Constructor

Constructor.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public ProfileMissingElementException(
	string elementName,
	XElement parent
)

Parameters

elementName
Type: SystemString
Name of the element.
parent
Type: System.Xml.LinqXElement
The parent.
See Also