ClientControllerSendClientError - метод |
Записывает клиентское сообщение об ошибке в серверный лог.
Пространство имён:
Tessa.Web.Client.Controllers
Сборка:
Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 3.5.0.19
Синтаксис [HttpPostAttribute("error")]
[SessionMethodAttribute(UserAccessLevel.Regular)]
public void SendClientError(
[FromFormAttribute] string error
)
<HttpPostAttribute("error")>
<SessionMethodAttribute(UserAccessLevel.Regular)>
Public Sub SendClientError (
<FromFormAttribute> error As String
)
public:
[HttpPostAttribute(L"error")]
[SessionMethodAttribute(UserAccessLevel::Regular)]
void SendClientError(
[FromFormAttribute] String^ error
)
[<HttpPostAttribute("error")>]
[<SessionMethodAttribute(UserAccessLevel.Regular)>]
member SendClientError :
[<FromFormAttribute>] error : string -> unit
Параметры
- error
- Тип: SystemString
Текст клиентского сообщения об ошибке.
См. также