void Ice::InputStream::throwException | ( | UserExceptionFactory | factory = nullptr | ) |
Reads a user exception from the stream and throws it.
factory | The factory function that creates the exception instance. When null, the exception is created using helper functions generated by the Slice compiler. |
UserException | The user exception that was unmarshaled. |