C# Class ZWave.Channel.Protocol.CanResponseException

Inheritance: ResponseException
Show file Open project: roblans/ZWave4Net

Public Methods

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

Method Details

CanResponseException() public method

public CanResponseException ( ) : System
return System

CanResponseException() public method

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

CanResponseException() public method

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