C# Class Rinsen.IoT.OneWire.DS2482100DeviceNotFoundException

Inheritance: System.Exception
Mostra file Open project: Rinsen/OneWire

Public Methods

Method Description
DS2482100DeviceNotFoundException ( ) : System
DS2482100DeviceNotFoundException ( string message ) : System
DS2482100DeviceNotFoundException ( string message, Exception innerException ) : System

Method Details

DS2482100DeviceNotFoundException() public method

public DS2482100DeviceNotFoundException ( ) : System
return System

DS2482100DeviceNotFoundException() public method

public DS2482100DeviceNotFoundException ( string message ) : System
message string
return System

DS2482100DeviceNotFoundException() public method

public DS2482100DeviceNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System