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

CRxException::GetInnerException Method

C++
virtual const IException31* GetInnerException()

Gets the inner exception if one is available. Otherwise nullptr is returned.

Returns

const IException31*

The inner exception.