Compiler Error C2713

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Compiler Error C2713.

only one form of exception handling permitted per function

You cannot use structured exception handling (__try/__except) and C++ exception handling (try/catch) in the same function.

Show: