Could someone provide some example on implementing SEH in VB6? Everything I’ve seen so far is in C++
Could someone provide some example on implementing SEH in VB6? Everything I’ve seen so
Share
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.
Visual Basic 6.0 (and earlier) doesn’t implement structured exception handling. It was first introduced in Visual Basic .NET (VB 7) with the following construct:
From the MSDN documentation: