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

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

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

Public Member Functions

 ProfileUnknownAttributeException (XAttribute attribute)
 Constructor.
 ProfileUnknownAttributeException (XAttribute attribute, params string[] validAttributes)
 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 attribute errors.

Constructor & Destructor Documentation

◆ ProfileUnknownAttributeException() [1/2]

ff14bot.Pathing.ProfileUnknownAttributeException.ProfileUnknownAttributeException ( XAttribute attribute)

Constructor.

Parameters
attributeThe attribute.

◆ ProfileUnknownAttributeException() [2/2]

ff14bot.Pathing.ProfileUnknownAttributeException.ProfileUnknownAttributeException ( XAttribute attribute,
params string[] validAttributes )

Constructor.

Parameters
attributeThe attribute.
validAttributesA variable-length parameters list containing valid attributes.