C# Класс EtcdNet.EtcdGenericException

Represents the generic exception from etcd https://github.com/coreos/etcd/blob/master/Documentation/errorcode.md EtcdGenericException ├── EtcdCommonException | ├─ KeyNotFound | ├─ TestFailed | ├─ NotFile | ├─ NotDir | ├─ NodeExist | ├─ RootReadOnly | └─ DirNotEmpty ├── EtcdPostFormException | ├─ PrevValueRequired | ├─ TTLNaN | ├─ IndexNaN | ├─ InvalidField | └─ InvalidForm ├── EtcdRaftException | ├─ RaftInternal | └─ LeaderElect └── EtcdException ├─ WatcherCleared └─ EventIndexCleared
Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Защищенные методы

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

Constructor

Приватные методы

Метод Описание
Create ( HttpRequestMessage request, ErrorResponse errorResponse ) : EtcdGenericException

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

EtcdGenericException() защищенный Метод

Constructor
protected EtcdGenericException ( string message ) : System
message string
Результат System