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.
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
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.