Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
only one form of exception handling permitted per function
You can't use structured exception handling (__try
/__except
) and C++ exception handling (try
/catch
) in the same function.