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

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

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

Public Member Functions

 ProfileMissingAttributeException (string attributeName, XElement tag, params string[] validValues)
 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 attribute errors.

Constructor & Destructor Documentation

◆ ProfileMissingAttributeException()

ff14bot.Pathing.ProfileMissingAttributeException.ProfileMissingAttributeException ( string attributeName,
XElement tag,
params string[] validValues )

Constructor.

Parameters
attributeNameName of the attribute.
tagThe tag.
validValuesA variable-length parameters list containing valid values.