Source code quote in C#n° 219
          
           August 14, 2014 am31 06:24        
      // this is my life in a try...catch statement
try 
{
  try
          {
               // keep calm and try
               // infinite try 
          }
        catch 
         {  
              // Keep trying , you can do it !
         }
}
catch
{
    // you jelly ?
}