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

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

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

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

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

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

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

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

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

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

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