CustomErrorCollection.Get Method (String)
.NET Framework (current version)
Gets the CustomError object with the specified status code.
Assembly: System.Web (in System.Web.dll)
Parameters
- statusCode
-
Type:
System.String
The HTTP status code associated with the custom error.
Return Value
Type: System.Web.Configuration.CustomErrorThe CustomError object with the specified status code.
The following code example shows how to get a CustomError object with the specified status code.
Refer to the code example in the CustomErrorCollection class topic to learn how to get the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: