In This Topic
Checks for a condition and outputs the call stack if the condition is false.
Syntax
'Declaration
Public Overloads Shared Sub Assert( _
ByVal As Boolean _
)
public static void Assert(
bool
)
Parameters
- condition
- The conditional expression to evaluate. If the condition is true, the call stack is not displayed.
See Also