Namespace: Rx – Class: CExceptionSafePointer – Header: Rx.Core/RxExceptionSafePointer.h
CExceptionSafePointer::Get Method
C++
template<typename TException>
const TException* Get()
Gets the exception pointer dynamically casted to the given template argument.
Template Parameters
TException |
Type of the exception. |
Returns
const TException* |
Null if it fails, else the exception pointer. |