.. highlightlang:: us .. index:: GetExceptionString .. _getexceptionstring: GetExceptionString ================== .. us.tag GetExceptionString NOTREADYENGLISH Programming.Exceptions :ref:`GetExceptionString` returns a string for a given exception number. .. function:: ssText = GetExceptionString(nCode) .. us.return **Return Value** *ssText* is the exception message. .. us.params **Parameters** .. uparam:: nCode *nCode* is the exception number returned by :ref:`GetExceptionCode`. .. us.example **Example** :: * GetExceptionString(0xc0000005) Access Memory Violation .. seealso:: :ref:`overview-programming`, :ref:`GetExceptionCode` :sub:`id-1580675`