Hi,
bool CControlDrvInst ance::IsRebootR equired() const throw()
In this code what is throw() do? I just have slight knowledge that is
a exception handler but how does it work.
If I have this in my code do I need to include "try catch" block? If
yes why?
Thanks
TS
bool CControlDrvInst ance::IsRebootR equired() const throw()
In this code what is throw() do? I just have slight knowledge that is
a exception handler but how does it work.
If I have this in my code do I need to include "try catch" block? If
yes why?
Thanks
TS
Comment