Class which holds the properties and handling of an error. Подробнее...
Защищенные члены | |
void | ErrorProperties (string message, string serverMessage) |
void | HandleError (int errorCode, string additionalInfo="") |
string | GetClientMessage (string additionalInfo="") |
string | GetServerMessage (string additionalInfo="") |
Защищенные данные | |
string | m_Message |
Message which will appear on Client. | |
string | m_ServerMessage |
Message which will appear on Server. | |
Закрытые данные | |
const string | EP_HEADER_FORMAT_STRING = "%1 (%2)" |
Formating for header (%1 = Header; %2 = ErrorCode) | |
const string | EP_MESSAGE_FORMAT_STRING = "%1\n(%2)" |
Formating for message (%1 = Message; %2 = AdditionalInfo) | |
Class which holds the properties and handling of an error.
См. определение в файле ErrorProperties.c строка 2