Rebornbuddy
|
Exception for signalling profile errors. More...
Public Member Functions | |
ProfileException () | |
Default constructor. | |
ProfileException (string message) | |
Constructor. | |
ProfileException (string message, Exception innerException) | |
Constructor. |
Exception for signalling profile errors.
ff14bot.Pathing.ProfileException.ProfileException | ( | ) |
Default constructor.
ff14bot.Pathing.ProfileException.ProfileException | ( | string | message | ) |
Constructor.
message | The message. |
ff14bot.Pathing.ProfileException.ProfileException | ( | string | message, |
Exception | innerException ) |
Constructor.
message | The message. |
innerException | The inner exception. |