#pragma once #include namespace NThreading { //! The exception to be thrown when an operation has been cancelled class TOperationCancelledException : public yexception { }; }