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

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

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

Public Member Functions

 ProfileAttributeExpectedException (XAttribute attribute, 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 attribute expected errors.

Constructor & Destructor Documentation

◆ ProfileAttributeExpectedException()

ff14bot.Pathing.ProfileAttributeExpectedException.ProfileAttributeExpectedException ( XAttribute attribute,
params string[] validValues )

Constructor.

Parameters
attributeThe attribute.
validValuesA variable-length parameters list containing valid values.