- https://docs.microsoft.com/en-us/dotnet/standard/exceptions/: This is the official documentation for handling and throwing exceptions in .NET.
- https://reflectoring.io/business-exceptions/: The author of this article provides five reasons why BREs are a bad idea after originally believing they were a good idea. There is extra information in this article that was not covered in this chapter.
- https://docs.microsoft.com/en-us/dotnet/standard/exceptions/best-practices-for-exceptions: The best practices from Microsoft in regard to C# exception handling, along with code examples and explanations.




















































