Assert()
Contents
[
Hide
]Debug::Assert(bool) method
Assert condition and send information on failure.
static void System::Diagnostics::Debug::Assert(bool condition)
Arguments
Parameter | Type | Description |
---|---|---|
condition | bool | Condition value. |
Debug::Assert(bool, const String&) method
Assert condition and send information on failure.
static void System::Diagnostics::Debug::Assert(bool condition, const String &message)
Arguments
Parameter | Type | Description |
---|---|---|
condition | bool | Condition value. |
message | const String& | Message to populate on assertion failure. |
Debug::Assert(bool, const char *) method
Assert condition and send information on failure.
static void System::Diagnostics::Debug::Assert(bool condition, const char *message)
Arguments
Parameter | Type | Description |
---|---|---|
condition | bool | Condition value. |
message | const char * | Message to populate on assertion failure. |
Debug::Assert(bool, const String&, const String&) method
Assert condition and send information on failure.
static void System::Diagnostics::Debug::Assert(bool condition, const String &message, const String &detailMessage)
Arguments
Parameter | Type | Description |
---|---|---|
condition | bool | Condition value. |
message | const String& | Message to populate on assertion failure. |
detailMessage | const String& | Detailed message to populate on assertion failure. |
See Also
- Class String
- Struct Debug
- Namespace System::Diagnostics
- Library Aspose.Slides