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
파일 보기 프로젝트 열기: wangjia184/etcdnet 1 사용 예제들

보호된 메소드들

메소드 설명
EtcdGenericException ( string message ) : System

Constructor

비공개 메소드들

메소드 설명
Create ( HttpRequestMessage request, ErrorResponse errorResponse ) : EtcdGenericException

메소드 상세

EtcdGenericException() 보호된 메소드

Constructor
protected EtcdGenericException ( string message ) : System
message string
리턴 System