C# Class ZWave.Channel.Protocol.ReponseFormatException

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

Méthodes publiques

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

Method Details

ReponseFormatException() public méthode

public ReponseFormatException ( ) : System
Résultat System

ReponseFormatException() public méthode

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

ReponseFormatException() public méthode

public ReponseFormatException ( string message, System inner ) : System
message string
inner System
Résultat System