16

Roses are red
Exceptions are blue
Empty catch blocks are going to hurt you!

try
{ somethingVeryDangerous() }
catch { // No Op
}
finally { SaveFile() }

Comments
Add Comment