C# Class System.Configuration.ConfigurationSchemaErrors

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

Private Properties

Property Type Description
AddError void
AddSavedLocalErrors void
ConfigurationSchemaErrors System.Collections
HasErrors bool
ResetLocalErrors void
RetrieveAndResetLocalErrors List
SetSingleGlobalError void
ThrowIfErrors void

Private Methods

Method Description
AddError ( ConfigurationException ce, ExceptionAction action ) : void
AddSavedLocalErrors ( ICollection coll ) : void
ConfigurationSchemaErrors ( ) : System.Collections
HasErrors ( bool ignoreLocal ) : bool
ResetLocalErrors ( ) : void
RetrieveAndResetLocalErrors ( bool keepLocalErrors ) : List
SetSingleGlobalError ( ConfigurationException ce ) : void
ThrowIfErrors ( bool ignoreLocal ) : void