C# Class ZWave.Channel.Protocol.NakResponseException

Inheritance: ResponseException
Show file Open project: roblans/ZWave4Net

Public Methods

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

Method Details

NakResponseException() public method

public NakResponseException ( ) : System
return System

NakResponseException() public method

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

NakResponseException() public method

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