Wednesday 2 May 2012

Dotnet Solutions: Why catch and rethrow Exception in C#?

Dotnet Solutions: Why catch and rethrow Exception in C#?: Don't do this, try { ... } catch ( Exception ex ) {     throw ex ; } You'll lose the stack trace information... Either do,...

Piush Shukla

No comments:

Post a Comment