Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Beckhoff/ADS
/ TimeoutEx
Method
TimeoutEx
AdsLib/Sockets.h:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
struct TimeoutEx : std::runtime_error {
43
TimeoutEx(const char *_Message)
44
: std::runtime_error(_Message)
45
{
46
}
47
};
48
49
protected:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected