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