hey all, iam using try..catch..finally on C# but i have mini proplem iam always getting an error
i don't need that varible's value which i had created on the catch(...) so please i need help how to undefine it i had tried to use
and i didn't succed so please i need help
Code:
The variable 'error' is declared but never used
Code:
#undef and #pragma