C# Class ZWave.Channel.Protocol.CanResponseException

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

Méthodes publiques

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

Method Details

CanResponseException() public méthode

public CanResponseException ( ) : System
Résultat System

CanResponseException() public méthode

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

CanResponseException() public méthode

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