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

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

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

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

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

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

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

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

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

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

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