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