#include <texnames.h>
Inheritance diagram for SmartSockets::ExceptionNames::
Static Public Methods | |
const char * | getErrorString (int4 ssErrNum) |
void | setErrorString (int4 ssErrNum, const char *errStr) |
|
Gets an error string based on what the SmartSockets error code was set to. This method will have similar functionality to TutErrNumToStr().
|
|
Creates an error string associated with the given SmartSockets error code. This method will have similar functionality to TutErrStrCreate().
|