OperationCancelledException Class Documentation
classOperationCancelledException : runtime_errorNamespace:datalogics_interface
- Inherits from:
runtime_error
Detailed Description
Thrown when a user-supplied progress callback returns false to cancel a long-running operation. Distinct from WebConvertError so that non-coupling catch handlers can quietly handle cancellation without also being aware of the web-conversion subsystem.
Constructor & Destructor Documentation
OperationCancelledException
OperationCancelledException()OperationCancelledException
OperationCancelledException(const std::string &message)Parameters
message: const std::string &