This topic has not yet been rated - Rate this topic

Contract.Assert Method

In debug builds, performs a run-time test for a specified condition.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member Assert(Boolean) Checks for a condition; if the condition is false, follows the escalation policy set for the analyzer.
Public method Static member Assert(Boolean, String) Checks for a condition; if the condition is false, follows the escalation policy set by the analyzer and displays the specified message.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.