.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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment