ProfilePropertySettingsCollection::OnDeserializeUnrecognizedElement Method
Handles the reading of unrecognized configuration elements from a configuration file and causes the configuration system to throw an exception if the element cannot be handled.
Assembly: System.Web (in System.Web.dll)
protected: virtual bool OnDeserializeUnrecognizedElement( String^ elementName, XmlReader^ reader ) override
Parameters
- elementName
- Type: System::String
The name of the unrecognized element.
- reader
- Type: System.Xml::XmlReader
An input stream that reads XML from the configuration file.
Return Value
Type: System::Booleantrue if the unrecognized element was deserialized successfully; otherwise, false.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | elementName equals "clear" - or - elementName equals "group". |
This implementation of OnDeserializeUnrecognizedElement throws specialized errors if the element name is either "clear" or "group". After checking for these conditions, the method then explicitly calls its base implementation, the ConfigurationElementCollection::OnDeserializeUnrecognizedElement method.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.