示例#1
0
 /// <summary>
 /// Set the configuration to error state with the specified exception.
 /// </summary>
 /// <param name="ex">Exception</param>
 public void SetError(Exception ex)
 {
     configState.SetError(ENodeState.Error, ex);
 }