runtime_exception::operator= Operator
Copies the contents of the specified runtime_exception object into this one.
runtime_exception &operator=(
const runtime_exception &_Other
) throw();
Parameters
- _Other
The runtime_exception object to copy.
Return Value
A reference to this runtime_exception object.
Requirements
Header: amprt.h
Namespace: Concurrency