C# Class ZWave.Channel.Protocol.UnknownFrameException

Inheritance: CommunicationException
Show file Open project: roblans/ZWave4Net

Public Methods

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

Method Details

UnknownFrameException() public method

public UnknownFrameException ( ) : System
return System

UnknownFrameException() public method

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

UnknownFrameException() public method

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