这是一米接收错误:
我知道:
- how do set up
try catch
block to handle that error? OR - how do handle that error before it hapens if
try catch
is not possible?
I m receiving this error when I call a member function trough pointer to member function with wrong signature. That error of course won t happen if I call it with correct signature , but, I just wanna know how do I handle it if it happens.