What is Environment.FailFast?

后端 未结 7 1868
别那么骄傲
别那么骄傲 2021-02-01 14:05

What is Environment.FailFast?

How is it useful?

7条回答
  •  我在风中等你
    2021-02-01 14:26

    It's a way to immediately exit your application without throwing an exception.

    Documentation is here.

    Might be useful in some security or data-critical contexts.

提交回复
热议问题