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

CRxException::CRxException Constructor

C++
CRxException(const CRxString& sxMsg, const char* pcFile, const char* pcFunc, int iLine, const IException31& ex)

Constructor.

Parameters

[const CRxString&] sxMsg

The message string.

[const char*] pcFile

The file.

[const char*] pcFunc

The function.

[int] iLine

The line.

[const IException31&] ex

The inner exception.