|
pure virtual |
Throws the exception that provides the reason for the closure of this connection.
Does nothing if the connection is not yet closing or closed.
| CloseConnectionException | Thrown when the connection was closed gracefully by the peer. |
| ConnectionAbortedException | Thrown when the connection was aborted, for example with abort. |