C# Class ZWave.Channel.Protocol.NakResponseException

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

Méthodes publiques

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

Method Details

NakResponseException() public méthode

public NakResponseException ( ) : System
Résultat System

NakResponseException() public méthode

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

NakResponseException() public méthode

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