Saturday, August 2, 2014

try catch qestion??

Maybe try nested blocks:



try
{
try
{

}
catch ( . . . )
{
if(c) throw . . .
}
}
catch
{
. . .
}


No comments:

Post a Comment