if you don't need the exception...

Diposting oleh good reading on Selasa, 13 Februari 2007

don't declare a variable...

try
{
some code...
}
catch (ExceptionIWantToCatch)
{
}

No warnings, no cheesy statements to get rid of warnings...

If you don't care about the exception type, just catch{}

{ 0 komentar... read them below or add one }

Posting Komentar