1-Wire API for Compact.NET Version 4.00
Public Member Functions

AdapterException Class Reference

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

List of all members.

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.

Detailed Description

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


Constructor & Destructor Documentation

AdapterException ( String  msg)

constructs exception with the given message

Parameters:
msg
AdapterException ( Exception  ex)

constructs exception with the given inner exception

Parameters:
ex
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: