C# Class System.Web.Configuration.CustomErrorsSection

Inheritance: System.Configuration.ConfigurationSection
Show file Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description
CustomErrorsSection System

Protected Methods

Method Description
DeserializeSection ( System.IO.XmlReader reader ) : void
Reset ( ConfigurationElement parentElement ) : void

Private Methods

Method Description
CustomErrorsSection ( ) : System

Method Details

DeserializeSection() protected method

protected DeserializeSection ( System.IO.XmlReader reader ) : void
reader System.IO.XmlReader
return void

Reset() protected method

protected Reset ( ConfigurationElement parentElement ) : void
parentElement ConfigurationElement
return void