Exception Handling Model /Ehs and /Eha
The exception handling model specifies the model of exception handler used by the computer.
Eha : The exception handler catches the asynchronous structured exceptions and tells the compiler to assume that extern C function do throw an exception.
Ehs: The exception handler doesn’t catch the asynchronous exceptions and tells the compiler to assume that extern C functions do throw an exception.
Ehc: It can be used either with the Eha or Ehs, but it assumes that extern C functions never throw an exception.
No comments:
Post a Comment