What is Environment.FailFast?
How is it useful?
|
|
It is used to kill an application, its a static method that will instantly kill an application without being caught by any exception blocks.
|
|||||||
|
|
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. |
|||
|
|