C# Real Time Try Catch

前端 未结 2 521
暖寄归人
暖寄归人 2021-01-05 05:57

I\'d like a response from someone who actually does real-time programming in C# or who really understands the language internals.

I know that exceptions should not b

2条回答
  •  一整个雨季
    2021-01-05 06:29

    Good discussion, with metrics, of performance implications of try catch here.

    Do try/catch blocks hurt performance when exceptions are not thrown?

提交回复
热议问题