.Net
By Piush Shukla
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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)