|
|
|
|
|
by jve
1340 days ago
|
|
I don't think you'd be hitting UnreachableException that much for that to be of performance concern. You actually halt the execution. And what you are proposing, it's just a different way to handle errors. Maybe appropriate in critical path. However you still have exceptions from .NET framework. OutOfMemoryException, various IOExceptions etc. |
|