C# Class Elmah.ErrorFilterSectionHandler

Handler for the <errorFilter> section of the configuration file.
Inheritance: IConfigurationSectionHandler
Show file Open project: elmah/Elmah

Public Methods

Method Description
Create ( object parent, object configContext, XmlNode section ) : object

Method Details

Create() public method

public Create ( object parent, object configContext, XmlNode section ) : object
parent object
configContext object
section System.Xml.XmlNode
return object