ConfigurationElement::ListErrors Method (IList^)

 

Adds the invalid-property errors in this ConfigurationElement object, and in all subelements, to the passed list.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

protected:
virtual void ListErrors(
	IList^ errorList
)

Parameters

errorList
Type: System.Collections::IList^

An object that implements the IList interface.

.NET Framework
Available since 2.0
Return to top
Show: