CustomErrorCollection.Get Method (Int32)
.NET Framework (current version)
Gets the CustomError object with the specified index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System.Int32
The collection index of the CustomError object.
The following code example shows how to get a CustomError object at the specified collection index.
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: