![]() |
XTL
0.1
eXtended Template Library
|
Inheritance diagram for xtd::rpc::bad_call:
Collaboration diagram for xtd::rpc::bad_call:Public Types | |
| using | _super_t = rpc::protocol_exception |
Public Types inherited from xtd::rpc::protocol_exception | |
| using | _super_t = xtd::exception |
Public Types inherited from xtd::exception | |
| using | _super_t = std::exception |
| shortcut typedef of the super class | |
Public Member Functions | |
| template<typename... _ArgTs> | |
| bad_call (_ArgTs &&...oArgs) | |
Public Member Functions inherited from xtd::rpc::protocol_exception | |
| template<typename... _ArgTs> | |
| protocol_exception (_ArgTs &&...oArgs) | |
Public Member Functions inherited from xtd::exception | |
| exception (const source_location &Source, const std::string &What) | |
| Constructors. | |
| exception (const exception &src) | |
| Constructors. | |
| exception (exception &&src) | |
| Constructors. | |
| const char * | what () const noexceptoverride |
| }@ More... | |
| virtual const source_location & | location () const noexcept |
| location in source that caused the exception | |
Additional Inherited Members | |
Static Public Member Functions inherited from xtd::exception | |
| template<typename _ReturnT , typename _ExpressionT > | |
| static _ReturnT | _throw_if (const xtd::source_location &source, _ReturnT ret, _ExpressionT exp, const char *expstr) |
| Helper function template to test for an expression and throw an exception Throws exception if the test expression returns true. More... | |
Protected Attributes inherited from xtd::exception | |
| int | _errnum |
| Constructors. | |
| const source_location & | _source |
| Constructors. | |
| std::string | _what |
| Constructors. | |