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