Rebornbuddy
|
Exception for signalling profile missing element errors. More...
Public Member Functions | |
ProfileMissingElementException (string elementName, XElement parent) | |
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 element errors.
ff14bot.Pathing.ProfileMissingElementException.ProfileMissingElementException | ( | string | elementName, |
XElement | parent ) |
Constructor.
elementName | Name of the element. |
parent | The parent. |