ConfigurationElement::OnRequiredPropertyNotFound Method (String^)
.NET Framework (current version)
Throws an exception when a required property is not found.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- name
-
Type:
System::String^
The name of the required attribute that was not found.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | In all cases. |
The OnDeserializeUnrecognizedElement is invoked when an unknown attribute is encountered while deserializing the ConfigurationElement object.
.NET Framework
Available since 2.0
Available since 2.0
Show: