|
Rebornbuddy
|
Exception for signalling profile unknown element errors. More...
Public Member Functions | |
| ProfileUnknownElementException (XElement element) | |
| Constructor. | |
| ProfileUnknownElementException (XElement element, params string[] validTags) | |
| 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 element errors.
| ff14bot.Pathing.ProfileUnknownElementException.ProfileUnknownElementException | ( | XElement | element | ) |
Constructor.
| element | The element. |
| ff14bot.Pathing.ProfileUnknownElementException.ProfileUnknownElementException | ( | XElement | element, |
| params string[] | validTags ) |
Constructor.
| element | The element. |
| validTags | A variable-length parameters list containing valid tags. |