C# Class ZWave.Channel.Protocol.UnknownFrameException

Inheritance: CommunicationException
Afficher le fichier Open project: roblans/ZWave4Net

Méthodes publiques

Méthode Description
UnknownFrameException ( ) : System
UnknownFrameException ( string message ) : System
UnknownFrameException ( string message, Exception inner ) : System

Method Details

UnknownFrameException() public méthode

public UnknownFrameException ( ) : System
Résultat System

UnknownFrameException() public méthode

public UnknownFrameException ( string message ) : System
message string
Résultat System

UnknownFrameException() public méthode

public UnknownFrameException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System