hi every body . why this code is wrong ? and how to fix it ?
1 2 3 4 5 6 7 8
try
{
throw; // i want to throw catch block . but i dont want define variable!
// i want just throw into first catch block . like __leave in __try/__finally
}
catch (...)
{
}