Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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