Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.12 KB

assertion-failed-dialog-box.md

File metadata and controls

36 lines (31 loc) · 1.12 KB
title description ms.date ms.topic f1_keywords dev_langs helpviewer_keywords author ms.author manager ms.subservice
Assertion Failed Dialog Box
Learn about the Assertion Failed dialog box, which is a dialog box that you might encounter in the debugging user interface of Visual Studio.
11/04/2016
ui-reference
vs.debug.assertions
CSharp
VB
FSharp
C++
debugging assertions
assertions, debugging
assertions, assertion failures
Assertion Failed dialog box
mikejo5000
mikejo
mijacobs
debug-diagnostics

Assertion Failed Dialog Box

An assertion statement specifies a condition that you expect to hold true at some particular point in your program. If that condition does not hold true, the assertion fails, execution of your program is interrupted, and this dialog box appears.

Click To
Retry Debug the assertion or get help on asserts.
Ignore Ignore the assertion and continue running the program.
Abort Halt execution of the program and end the debugging session.

See also