Namespace: Rx – Class: CRxInsufficientMemoryException – Header: Rx.Core/RxExceptions.h

CRxInsufficientMemoryException::HasException Method

C++
virtual bool HasException(const CGuid30& xGUID)

Query if this exception or one of its inner exceptions contains an exception of the given GUID.

Parameters

[const CGuid30&] xGUID

[in] The GUID of the exception to look for.

Returns

bool

True if this exception or one of its inner exceptions contains an exception of the given GUID, false if not.