Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Pathing.ProfileMissingElementException Class Reference

Exception for signalling profile missing element errors. More...

Inheritance diagram for ff14bot.Pathing.ProfileMissingElementException:
ff14bot.Pathing.ProfileException

Public Member Functions

 ProfileMissingElementException (string elementName, XElement parent)
 Constructor.
Public Member Functions inherited from ff14bot.Pathing.ProfileException
 ProfileException ()
 Default constructor.
 ProfileException (string message)
 Constructor.
 ProfileException (string message, Exception innerException)
 Constructor.

Detailed Description

Exception for signalling profile missing element errors.

Constructor & Destructor Documentation

◆ ProfileMissingElementException()

ff14bot.Pathing.ProfileMissingElementException.ProfileMissingElementException ( string elementName,
XElement parent )

Constructor.

Parameters
elementNameName of the element.
parentThe parent.