Rebornbuddy
|
Exception for signalling profile unknown attribute errors. More...
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. |
Exception for signalling profile unknown attribute errors.
ff14bot.Pathing.ProfileUnknownAttributeException.ProfileUnknownAttributeException | ( | XAttribute | attribute | ) |
Constructor.
attribute | The attribute. |
ff14bot.Pathing.ProfileUnknownAttributeException.ProfileUnknownAttributeException | ( | XAttribute | attribute, |
params string[] | validAttributes ) |
Constructor.
attribute | The attribute. |
validAttributes | A variable-length parameters list containing valid attributes. |