コード例 #1
0
 public ClusterException(ClusterFailureReason reason, NodeState localState, NodeState remoteState)
     : this(reason)
 {
     LocalState  = localState;
     RemoteState = remoteState;
 }
コード例 #2
0
 public ClusterException(ClusterFailureReason reason, NodeState localState, NodeState remoteState)
     : this(reason)
 {
     LocalState = localState;
     RemoteState = remoteState;
 }
コード例 #3
0
 public ClusterException(ClusterFailureReason reason)
 {
     Reason = reason;
 }
コード例 #4
0
 public ClusterException(ClusterFailureReason reason)
 {
     Reason = reason;
 }