#include <abort_error.h>
Exception thow when abort.
- Namespace
- xtd::tunit
- Library
- xtd.tunit
Inherits std::exception.
◆ abort_error() [1/2]
xtd::tunit::abort_error::abort_error |
( |
const xtd::ustring & |
message | ) |
|
|
inlineexplicit |
Create a new instance of abort_error class.
- Parameters
-
message | Message string associate to the error. |
◆ abort_error() [2/2]
xtd::tunit::abort_error::abort_error |
( |
const char * |
message | ) |
|
|
inlineexplicit |
Create a new instance of abort_error class.
- Parameters
-
message | Message string associate to the error. |
◆ what()
const char * xtd::tunit::abort_error::what |
( |
| ) |
const |
|
inlinenoexcept |
Returns a string that represents the current abort_error.
- Returns
- string A string that represents the current abort_error.
The documentation for this class was generated from the following file: