C# Class ZWave.Channel.Protocol.ResponseException

Inheritance: CommunicationException
Show file Open project: roblans/ZWave4Net

Public Methods

Method Description
ResponseException ( ) : System
ResponseException ( string message ) : System
ResponseException ( string message, Exception inner ) : System

Method Details

ResponseException() public method

public ResponseException ( ) : System
return System

ResponseException() public method

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

ResponseException() public method

public ResponseException ( string message, Exception inner ) : System
message string
inner System.Exception
return System