Handling errors at the method level(dotnettipoftheday.org)
submitted by
dmihailescu(25) 4 years, 6 months ago
[Use a combination of try…Catch blocks as a retry mechanism for error handling. ]
If you were going to retry something ,you better use conventioal error handling and keep the throw...catch for exceptional cases only.
Try/catch is known to be slow. read more...
|category: C#
|Views: 1
tags:
C# another
Everyones tags:
Your Tags: