Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 907 Bytes

error-handling.md

File metadata and controls

24 lines (15 loc) · 907 Bytes
description ms.assetid title ms.topic ms.date
Well-written applications include error-handling code that allows them to recover gracefully from unexpected errors.
b8d84980-6ba9-4784-8ab0-d5e9c5c95bae
Error Handling (Error Handling)
article
05/31/2018

Error Handling (Error Handling)

Well-written applications include error-handling code that allows them to recover gracefully from unexpected errors. When an error occurs, the application may need to request user intervention, or it may be able to recover on its own. In extreme cases, the application may log the user off or shut down the system.

For information about exception handling, see Structured Exception Handling.