This topic has not yet been rated - Rate this topic

Trace.Assert Method

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
Public method Static member Assert(Boolean) Checks for a condition; if the condition is false, displays a message box that shows the call stack.
Public method Static member 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.
Public method Static member 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.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ