- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 84字
- 2021-07-02 12:44:32
Exception filters
C# 6.0 is adorned with a lot of smaller features. Some of the features give the developers an opportunity to implement complex logic with simple code, while some of them enhance the overall capabilities of the language. Exception filters are newly introduced with this version and give a program the capability to filter out certain exception types. The exception filters, being a CLR construct, have been hidden in the language throughout its lifetime, but were finally introduced with C# 6.0.
推薦閱讀
- Java 9 Concurrency Cookbook(Second Edition)
- Ext JS Data-driven Application Design
- ASP.NET動態網頁設計教程(第三版)
- Elasticsearch Server(Third Edition)
- RSpec Essentials
- Getting Started with Eclipse Juno
- IDA Pro權威指南(第2版)
- OpenCV with Python Blueprints
- Training Systems Using Python Statistical Modeling
- Android移動應用開發項目教程
- 數據科學中的實用統計學(第2版)
- Visual Basic 開發從入門到精通
- Mastering Docker(Second Edition)
- 數控編程技能培訓:Cimatron中文版
- Visual C++.NET 2010開發實踐:基于C++/CLI