C# Checked exceptions

后端 未结 3 1648
长情又很酷
长情又很酷 2021-01-07 05:47

One feature I really liked in Java that isn\'t in C# is checked exceptions. Is there any way to simulate (maybe via stylecop?) or turn on checked exceptions in Visual Studi

3条回答
  •  既然无缘
    2021-01-07 06:09

    To the question: "Is there any way to simulate (maybe via stylecop?) or turn on checked exceptions in Visual Studio?" - Yes: try this Visual Studio extension: https://marketplace.visualstudio.com/items?itemName=YoavFrandzel.CheckedExceptions

提交回复
热议问题