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.
Tento prehliadač už nie je podporovaný.
Inovujte na Microsoft Edge a využívajte najnovšie funkcie, aktualizácie zabezpečenia a technickú podporu.
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.