System.Web.Configuration.CustomErrorCollection.Get Method

Gets the System.Web.Configuration.CustomError object with the specified status code.

Syntax

public CustomError Get (string statusCode)

Parameters

statusCode
The HTTP status code associated with the custom error.

Returns

The System.Web.Configuration.CustomError object with the specified status code.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0