__declspec(property(get = GetOnException, put = SetOnException)) TExceptionEvent OnException;
Called if the worker raises an exception.
Read:
TExceptionEvent GetOnException();Write:
void SetOnException(const TExceptionEvent &Value);Declared in Dew::Math::TMtxProgressRuntime · Dew.Math/MtxForLoop.h · Cross-compiler