asp.net.ph

CustomErrorCollection Class

System.Web.Configuration Namespace


.NET Framework version 2.0

Represents a collection of CustomError objects. This class cannot be inherited.

CustomErrorCollection Class Members

Collapse   Constructors

Visibility Constructor Parameters
public CustomErrorCollection ( )

Collapse   Properties

Visibility Name Value Type Accessibility
public AllKeys String [ Get ]
public CollectionType ConfigurationElementCollectionType [ Get ]
public Item ( String statusCode ) CustomError [ Get ]
public Item ( Int32 index ) CustomError [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
public Add ( CustomError customError ) Void
public Clear ( ) Void
protected CreateNewElement ( ) ConfigurationElement
public Get ( String statusCode ) CustomError
public Get ( Int32 index ) CustomError
protected GetElementKey ( ConfigurationElement element ) Object
public GetKey ( Int32 index ) String
public Remove ( String statusCode ) Void
public RemoveAt ( Int32 index ) Void
public Set ( CustomError customError ) Void

Remarks


See Also

CustomError Class   CustomErrorsMode Enumeration   CustomErrorsSection Class   <customErrors> Section Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph