Click or drag to resize
DebugAssert Method
Overload List
  NameDescription
Public methodStatic memberAssert(Boolean)
Checks for a condition; if the condition is false, displays a message box that shows the call stack.
Public methodStatic memberAssert(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.
Top
See Also