API Reference > OdApc Classes > OdApcThread Class > OdApcThread Methods > OdApcThread::processException Method
OdApcThread::processException Method
Syntax
C++
virtual void processException(bool bReThrow = true, bool bClear = true) = 0;
Parameters 
Description 
bool bReThrow = true 
[in] Throw exception (if it is exists) from inside this method.  
bool bClear = true 
[in] Reset accumulated exception. 

Process exception, catched during thread exection.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.