Пример #1
0
 /// <summary>
 /// Perform Post-Load operations.
 /// </summary>
 public void PostLoad()
 {
     if (configState.HasError())
     {
         throw new ConfigurationException("Configuration in error state.",
                                          configState.GetError());
     }
     if (RootConfigNode != null)
     {
         RootConfigNode.PostLoad();
     }
 }