EventMappingSettingsCollection.Add Method (EventMappingSettings)

 

Adds an EventMappingSettings object to the collection.

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

member Add : 
        eventMappingSettings:EventMappingSettings -> unit

Parameters

eventMappingSettings
Type: System.Web.Configuration.EventMappingSettings

An EventMappingSettings object to add to the collection.

Exception Condition
ConfigurationException

The EventMappingSettings object to add already exists in the collection, or the collection is read-only.

The collection must not already contain a EventMappingSettings object with the same name.

The following code example shows how to use the Add method. This code example is part of a larger example provided for the HealthMonitoringSection class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: