This documentation is archived and is not being maintained.
HttpContext.AllErrors Property
.NET Framework 1.1
Gets an array of errors accumulated while processing an HTTP request.
[Visual Basic] Public ReadOnly Property AllErrors As Exception () [C#] public Exception[] AllErrors {get;} [C++] public: __property Exception* get_AllErrors(); [JScript] public function get AllErrors() : Exception[];
Property Value
An array of Exception objects for the current HTTP request.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpContext Class | HttpContext Members | System.Web Namespace
Show: