Q
Q2004
I am creating my own exception handling class derived from Exception. It is
used to handle tcp connection. Whenver connection failed, it throws an
exception. My question is:
How do I make my exception class to stop further exception from being
re-thrown after the errror is handled/processed ?
used to handle tcp connection. Whenver connection failed, it throws an
exception. My question is:
How do I make my exception class to stop further exception from being
re-thrown after the errror is handled/processed ?