C# Class ZWave.Channel.Protocol.ReponseFormatException

Inheritance: ResponseException
Show file Open project: roblans/ZWave4Net

Public Methods

Method Description
ReponseFormatException ( ) : System
ReponseFormatException ( string message ) : System
ReponseFormatException ( string message, System inner ) : System

Method Details

ReponseFormatException() public method

public ReponseFormatException ( ) : System
return System

ReponseFormatException() public method

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

ReponseFormatException() public method

public ReponseFormatException ( string message, System inner ) : System
message string
inner System
return System