Rebornbuddy
|
Exception for signalling profile missing attribute errors. More...
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. |
Exception for signalling profile missing attribute errors.
ff14bot.Pathing.ProfileMissingAttributeException.ProfileMissingAttributeException | ( | string | attributeName, |
XElement | tag, | ||
params string[] | validValues ) |
Constructor.
attributeName | Name of the attribute. |
tag | The tag. |
validValues | A variable-length parameters list containing valid values. |