Namespace: Rx – Class: CRxException – Header: Rx.Core/RxException.h

CRxException::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.