Language: C#
'Take into account exceptions might occur' comment
// Take into account exceptions might occur try { // some code here that's less funny ;-) } // Process exceptions catch (Exception ex) { }
Tags:
Report Abuse
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search


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