Rebornbuddy
|
Exception for signalling profile missing attribute errors. More...
Public Member Functions | |
ProfileMissingAttributeException (string attributeName, XElement tag) | |
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.
T | Generic type parameter. |
ff14bot.Pathing.ProfileMissingAttributeException< T >.ProfileMissingAttributeException | ( | string | attributeName, |
XElement | tag ) |
Constructor.
attributeName | Name of the attribute. |
tag | The tag. |