UM .NET API
6.16.1
|
LBM blocked operation exception class (occurs when a function that would otherwise block is set to be nonblocking) More...
Public Member Functions | |
LBMEWouldBlockException (string errorMessage) | |
Instantiate LBMEWouldBlockException class. More... | |
int | errorNumber () |
Get LBM error number. More... | |
LBM blocked operation exception class (occurs when a function that would otherwise block is set to be nonblocking)
com.latencybusters.lbm.LBMEWouldBlockException.LBMEWouldBlockException | ( | string | errorMessage | ) |
Instantiate LBMEWouldBlockException class.
errorMessage | Exception error message |
|
inherited |
Get LBM error number.
References com.latencybusters.lbm.LBMMonitor.EAGAIN, com.latencybusters.lbm.LBMMonitor.EALREADY, com.latencybusters.lbm.LBMMonitor.EINVAL, com.latencybusters.lbm.LBM.EINVAL, com.latencybusters.lbm.LBMMonitor.ELBMFAIL, com.latencybusters.lbm.LBMMonitor.EMODFAIL, com.latencybusters.lbm.LBM.EMSG_SELECTOR, com.latencybusters.lbm.LBM.ENO_QUEUE_REG, com.latencybusters.lbm.LBM.ENO_STORE_REG, com.latencybusters.lbm.LBMMonitor.ENOMEM, com.latencybusters.lbm.LBM.ENOMEM, com.latencybusters.lbm.LBM.EOP, com.latencybusters.lbm.LBM.EOS, com.latencybusters.lbm.LBM.ETIMEDOUT, com.latencybusters.lbm.LBM.EUMENOREG, and com.latencybusters.lbm.LBM.EWOULDBLOCK.