Namespace: Rx – Class: CRxOperatingSystemException – Header: Rx.Core/RxExceptions.h
CRxOperatingSystemException::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. |