GetExceptionString returns a string for a given exception number.
Return Value
ssText is the exception message.
Parameters
nCode is the exception number returned by GetExceptionCode.
Example
* GetExceptionString(0xc0000005)
Access Memory Violation
See also
id-1580675