U N D E R S TA N D I N G S T R U C T U R E D E X C E P T I O N H A N D L I N G
else
Console.WriteLine("=> CurrSpeed = {0}", currSpeed);
}
}
The catch logic could now be updated to print out this help link information as follows:
catch(Exception e)
{
...
Console.WriteLine("Help Link: {0}", e.HelpLink);
}
Do'stlaringiz bilan baham: