GdbTimeoutException.this
this
(string msg, string file = __FILE__, size_t line = __LINE__) @safe pure nothrowNo documentation available for this declaration.
this
(ulong token, string command, Duration timeout,
string file = __FILE__, size_t line = __LINE__) @safeConstructs a timeout exception with full command context.
Parameters
token | Command token. |
command | Command string. |
timeout | Wait duration that expired. |
file | Source file. |
line | Source line. |