Name
GetErrorDescription —
Synopsis
string GetErrorDescription(error);
int error;
Description
Returns the string containing a message for a certain error of the class
Parameters
- error
the number of the class error
Note
If necessary, this method invokes the GetErrMessage method declared by the class
The prototipe of that method must be:
static string GetErrMessage (int errCode)