Assertion Failed Dialog Box

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at 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.

ClickTo
RetryDebug the assertion or get help on asserts.
IgnoreIgnore the assertion and continue running the program.
AbortHalt execution of the program and end the debugging session.

C/C++ Assertions

Show: