This documentation is archived and is not being maintained.
Trace::Assert Method
Visual Studio 2008
Checks for a condition; if the condition is false, outputs messages and displays a message box that shows the call stack.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Assert(Boolean) | Checks for a condition; if the condition is false, displays a message box that shows the call stack. |
|
Assert(Boolean, String) | Checks for a condition; if the condition is false, outputs a specified message and displays a message box that shows the call stack. |
|
Assert(Boolean, String, String) | Checks for a condition; if the condition is false, outputs two specified messages and displays a message box that shows the call stack. |
Show: