C# Class 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
Inheritance: System.Exception
Afficher le fichier Open project: wangjia184/etcdnet Class Usage Examples

Méthodes protégées

Méthode Description
EtcdGenericException ( string message ) : System

Constructor

Private Methods

Méthode Description
Create ( HttpRequestMessage request, ErrorResponse errorResponse ) : EtcdGenericException

Method Details

EtcdGenericException() protected méthode

Constructor
protected EtcdGenericException ( string message ) : System
message string
Résultat System