1-Wire API for Compact.NET  Version 4.10
AdapterException Class Reference

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...
 

Detailed Description

Exception object thrown by all PortAdapters, to represent adapter communication exceptions

Constructor & Destructor Documentation

◆ AdapterException() [1/3]

AdapterException ( String  msg)

constructs exception with the given message

Parameters
msg

◆ AdapterException() [2/3]

AdapterException ( Exception  ex)

constructs exception with the given inner exception

Parameters
ex

◆ AdapterException() [3/3]

AdapterException ( String  msg,
Exception  ex 
)

Constructs exception with the given message, and given internal exception

Parameters
msg
ex

The documentation for this class was generated from the following file: