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.
Tätä selainta ei enää tueta.
Päivitä Microsoft Edgeen, jotta voit hyödyntää uusimpia ominaisuuksia, suojauspäivityksiä ja teknistä tukea.
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.