|
static |
Checks for a condition; if the condition is false, displays a message box that shows the call stack.
condition | The conditional expression to evaluate. If the condition is true, a failure message is not sent and the message box is not displayed. |
message | The message to send to the xtd::diagnostics::debug::listeners collection. |
detail_message | The detailed message to send to the xtd::diagnostics::debug::listeners collection. |