|
NCL Library
|
#include <PipeException.hpp>
Public Types | |
| enum | ErrCode { E_CREATE_FAILED = 10, E_OPEN_FAILED = 11, E_ACCEPT_FAILED = 12, E_PEEK_FAILED = 13, E_READ_FAILED = 14, E_WRITE_FAILED = 15, E_BAD_PROTOCOL = 16 } |
Public Member Functions | |
| CPipeException (int eErrCode, HRESULT hResult) | |
| virtual | ~CPipeException () throw () |
Public Attributes | |
| HRESULT | m_hResult |
| CPipeException::CPipeException | ( | int | eErrCode, |
| HRESULT | hResult | ||
| ) |
| CPipeException::~CPipeException | ( | ) | throw () [virtual] |
| HRESULT CPipeException::m_hResult |
1.7.6.1