I came across this question recently – What is function try block handler?
Also, where would it be useful?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
a function written like this:
is called a function try block.
This is typically used with constructors with initialization lists to catch the exception thrown during the construction of an object constructed in the initialization list.