Compiler Error C2713
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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.