C# FAQ: Why does CSharp not support checked exceptions
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:FAQs |
| edit |
[edit]
Why does C# not support checked exceptions?
Checked exceptions are a controversial topic among the programming illuminati. In particular, Java developers who also use C# contest the issue. However, the Java language is the only major programming language to support checked exceptions. C#, C++, and PHP—for example—do not.
[edit]