C# Class ZWave.Channel.Protocol.ResponseException

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

Méthodes publiques

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

Method Details

ResponseException() public méthode

public ResponseException ( ) : System
Résultat System

ResponseException() public méthode

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

ResponseException() public méthode

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