|
1-Wire API for Compact.NET Version 4.00
|
Exception object thrown by all PortAdapters, to represent adapter communication exceptions. More...
Public Member Functions | |
| AdapterException (String msg) | |
| constructs exception with the given message | |
| AdapterException (Exception ex) | |
| constructs exception with the given inner exception | |
| AdapterException (String msg, Exception ex) | |
| Constructs exception with the given message, and given internal exception. | |
Exception object thrown by all PortAdapters, to represent adapter communication exceptions.
| AdapterException | ( | String | msg | ) |
constructs exception with the given message
| msg |
| AdapterException | ( | Exception | ex | ) |
constructs exception with the given inner exception
| ex |
| AdapterException | ( | String | msg, |
| Exception | ex | ||
| ) |
Constructs exception with the given message, and given internal exception.
| msg | |
| ex |
1.7.3