C# Класс ZWave.Channel.Protocol.NakResponseException

Наследование: ResponseException
Показать файл Открыть проект

Открытые методы

Метод Описание
NakResponseException ( ) : System
NakResponseException ( string message ) : System
NakResponseException ( string message, Exception inner ) : System

Описание методов

NakResponseException() публичный Метод

public NakResponseException ( ) : System
Результат System

NakResponseException() публичный Метод

public NakResponseException ( string message ) : System
message string
Результат System

NakResponseException() публичный Метод

public NakResponseException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System