This exception indicates that an asynchronous invocation failed because it was canceled explicitly by the user.
More...
#include <Ice/Ice.h>
|
| static const ::std::string & | ice_staticId () |
| | Obtains the Slice type ID of this exception.
|
This exception indicates that an asynchronous invocation failed because it was canceled explicitly by the user.
◆ ~InvocationCanceledException()
| virtual Ice::InvocationCanceledException::~InvocationCanceledException |
( |
| ) |
|
|
virtual |
◆ InvocationCanceledException() [1/2]
| Ice::InvocationCanceledException::InvocationCanceledException |
( |
const InvocationCanceledException & | | ) |
|
|
default |
◆ InvocationCanceledException() [2/2]
| Ice::InvocationCanceledException::InvocationCanceledException |
( |
const char * | file, |
|
|
int | line ) |
|
inline |
The file and line number are required for all local exceptions.
- Parameters
-
| file | The file name in which the exception was raised, typically __FILE__. |
| line | The line number at which the exception was raised, typically __LINE__. |
◆ ice_print()
| virtual void Ice::InvocationCanceledException::ice_print |
( |
::std::ostream & | stream | ) |
const |
|
overridevirtual |
Prints this exception to the given stream.
- Parameters
-
◆ ice_staticId()
| const ::std::string & Ice::InvocationCanceledException::ice_staticId |
( |
| ) |
|
|
static |
Obtains the Slice type ID of this exception.
- Returns
- The fully-scoped type ID.
◆ ice_tuple()
| std::tuple Ice::InvocationCanceledException::ice_tuple |
( |
| ) |
const |
|
inline |
Obtains a tuple containing all of the exception's data members.
- Returns
- The data members in a tuple.
The documentation for this class was generated from the following file: