|
1-Wire API for .NET Version 4.00
|
This is the general exception thrown by the iButton and 1-Wire operations. More...
Inherits java::lang::Exception.
Inherited by OneWireIOException.
Public Member Functions | |
| OneWireException () | |
Constructs a OneWireException with no detail message. | |
| OneWireException (String desc) | |
Constructs a OneWireException with the specified detail message. | |
This is the general exception thrown by the iButton and 1-Wire operations.
| OneWireException | ( | String | desc | ) |
Constructs a OneWireException with the specified detail message.
| desc | the detail message description |
1.7.3