Contract.Assert Method (Boolean)
.NET Framework (current version)
Checks for a condition; if the condition is false, follows the escalation policy set for the analyzer.
Assembly: mscorlib (in mscorlib.dll)
<ConditionalAttribute("DEBUG")> <ConditionalAttribute("CONTRACTS_FULL")> Public Shared Sub Assert ( condition As Boolean )
Parameters
- condition
-
Type:
System.Boolean
The conditional expression to test.
The default escalation policy is to notify the attached debugger about a contract failure or to display an Assert dialog box if a debugger is not attached. Optionally, the analyzer can be instructed to throw an exception.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: