47.Structured Exception Handling - Windows System Programming in C/C++

Опубликовано: 24 Июль 2026
на канале: ASystemProgramming Channel
1,832
18

In this Video Tutorial , I have explained Structured Exception Handling in Windows C.
In C++, Try,catch and throw function are available but In C there was no proper exception handle mechanism. So, Windows Introduced Structured Exception Handling, We can use this concept in Visual C and Visual C++.

I have used following API's
1. GetExceptionCode
2. GetExceptionInformation
3. DebugBreak
4. RaiseException
5. AbnormalTermination


For more info about Structured Exception handling check out this link...
https://docs.microsoft.com/en-us/wind...

Structure Exception Handling programming reference check out this link:
https://docs.microsoft.com/en-us/wind...

Follow me on Google Plus
https://plus.google.com/u/0/

Please Share and Subscribe ASystemProgramming Channel

For any Query drop your comment in Comment Box.

Credits : https://msdn.microsoft.com