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

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

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

Public Member Functions

 ProfileUnknownElementException (XElement element)
 Constructor.
 ProfileUnknownElementException (XElement element, params string[] validTags)
 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 unknown element errors.

Constructor & Destructor Documentation

◆ ProfileUnknownElementException() [1/2]

ff14bot.Pathing.ProfileUnknownElementException.ProfileUnknownElementException ( XElement element)

Constructor.

Parameters
elementThe element.

◆ ProfileUnknownElementException() [2/2]

ff14bot.Pathing.ProfileUnknownElementException.ProfileUnknownElementException ( XElement element,
params string[] validTags )

Constructor.

Parameters
elementThe element.
validTagsA variable-length parameters list containing valid tags.