Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ operator=()

Exception & Ice::Exception::operator= ( const Exception & rhs)
defaultnoexcept

Copy assignment operator.

Assigns the contents of rhs to this exception.

Parameters
rhsThe exception to copy from.
Returns
A reference to this exception.