Namespace: Rx – Class: CRxInsufficientMemoryException – Header: Rx.Core/RxExceptions.h
CRxInsufficientMemoryException::HasException Method
C++
template<typename TException>
bool HasException()
Query if this exception or one of its inner exceptions contains an exception of the given type.
Template Parameters
TException |
The exception type to test for. |
Returns
bool |
True if this exception or one of its inner exceptions contains an exception of the given type, false if not. |