Default constructor.
| 344 | // Default constructor. |
| 345 | // |
| 346 | InvalidPipelineException::InvalidPipelineException() |
| 347 | : std::runtime_error(ATL::CStringA(MAKEINTRESOURCEA(IDS_INVALIDPIPELINE))) |
| 348 | { |
| 349 | } |
| 350 | |
| 351 | // |
| 352 | // Constructor with explanation string. |
nothing calls this directly
no outgoing calls
no test coverage detected