![]() |
NDEVR
API Documentation
|
An Exception thrown when the user cancels an operation. More...
Public Member Functions | |
| CancelException () | |
| Constructs a CancelException with a default cancellation message. | |
| CancelException (const TranslatedString &message) | |
| Constructs a CancelException with a custom cancellation message. | |
An Exception thrown when the user cancels an operation.
This is not a true error but designed to be used in control paths that allow users to cancel activities.
Definition at line 98 of file Exception.h.
| CancelException::CancelException | ( | const TranslatedString & | message | ) |
Constructs a CancelException with a custom cancellation message.
| [in] | message | A translated description of the cancellation reason. |