Namespace: Rx – Class: IException31 – Header: Rx.Core/IException31.h

IException31 Class

C++
#include "Rx.Core/IException31.h"
class IException31

Interface class of all exceptions used since RxRuntime 3.1.

Methods

GetMessageText()

Gets message text.

GetFunction()

Gets the function name.

GetFile()

Gets the file name.

GetLine()

Gets the line.

GetName()

Gets the name of this exception.

GetGUID()

Gets the unique identifier of this exception. This is not guaranteed to be the GUID of this exception type.

GetInnerException()

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

HasException(xGUID)

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

Clone()

Makes a deep copy of this object.