MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / CBlockingSocketException

Method CBlockingSocketException

deps/FtpClient/BlockingSocket.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32///////////////////////////////////////////////////////////////////////////////////////
33
34CBlockingSocketException::CBlockingSocketException(LPCTSTR pchMessage) :
35 m_nError(WSAGetLastError()),
36 m_strMessage(pchMessage)
37{
38 ASSERT(pchMessage != NULL);
39}
40
41bool CBlockingSocketException::GetErrorMessage(LPTSTR lpstrError, UINT nMaxError, PUINT /*pnHelpContext = NULL*/)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected