C# Class System.Configuration.ErrorsHelper

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
AddError ( List &errors, ConfigurationException e ) : void
AddErrors ( List &errors, ICollection coll ) : void
GetErrorCount ( List errors ) : int
GetErrorsException ( List errors ) : ConfigurationErrorsException
GetHasErrors ( List errors ) : bool
ThrowOnErrors ( List errors ) : void