New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: C#

'Take into account exceptions might occur' comment

128 Views
Copy Code Show/Hide Line Numbers
// Take into account exceptions might occur
try
{
  // some code here that's less funny ;-)
}
// Process exceptions
catch (Exception ex)
{
}
by dvdstelt
  March 08, 2010 @ 12:53am
Tags:

by dvdstelt    March 08, 2010 @ 12:54am

Kind of like some comment "Here we are going into a loop" and next a for loop begins. :)

Add a comment


Report Abuse
brought to you by:
West Wind Techologies


If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate