Construtor http_exception::http_exception
Cria um http_exception com apenas uma mensagem de cadeia de caracteres e nenhum código de erro.
http_exception(
const utility::string_t &whatArg
);
http_exception(
int errorCode
);
http_exception(
int errorCode,
const utility::string_t &whatArg
);
http_exception(
int errorCode,
const std::error_category &cat
);
Parâmetros
whatArg
A mensagem a ser usada na cadeia de caracteres what().errorCode
Valor de código de erro.cat
Categoria de erro para o código.
Requisitos
Cabeçalho: http_msg.h
web::http deNamespace: