Exceptions

There are two types of Exceptions

  • Hardware Exceptions

  • Software Exceptions

Hardware Exceptions

Software Exceptions

SEH (Structured Exception Handling)

Example: Here the application is setting its own custom exception handler and then forcing a division by zero exception

Last updated