Was this page helpful?
Your feedback about this content is important. Let us know what you think.
Additional feedback?
1500 characters remaining
Export (0) Print
Expand All

ConfigurationElement.OnRequiredPropertyNotFound Method

Throws an exception when a required property is not found.

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

protected virtual Object OnRequiredPropertyNotFound(
	string name
)

Parameters

name
Type: System.String

The name of the required attribute that was not found.

Return Value

Type: System.Object
None.

ExceptionCondition
ConfigurationErrorsException

In all cases.

The OnDeserializeUnrecognizedElement is invoked when an unknown attribute is encountered while deserializing the ConfigurationElement object.

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Show:
© 2015 Microsoft