Contract.Assert Method
.NET Framework 4.5
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.
| Name | Description | |
|---|---|---|
|
Assert(Boolean) | Checks for a condition; if the condition is false, follows the escalation policy set for the analyzer. |
|
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. |