How to catch any type of exception

Hi guys

In my scenarion if anytype of error will occur in my process no need to break the process need to skip that loop and continue with next one

for that i have used try and catch but i could not expect which type of error will come. Is there any catch expression to accept all errors or which method i need to follow to overcome this ?

catch { … error handling … }