Fetches the Server message for the error code.
- Аргументы
-
errorCode | int The full error code |
- Возвращает
string
The Server message for the error
См. определение в файле ErrorHandlerModule.c строка 167
168 {
170
171 if ( properties )
172 {
174 }
175 else
176 {
177 return additionalInfo;
178 }
179 }
ErrorProperties GetProperties(int errorCode)
Fetches the ErrorProperties for the error code.
string GetServerMessage(string additionalInfo="")
Class which holds the properties and handling of an error.
Перекрестные ссылки GetProperties() и ErrorProperties::GetServerMessage().
Используется в GetLastServerMessage().