An array (collection) of errors accumulated while processing a 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[];
A reference to an array of Exception objects.
HttpContext Class | HttpContext Members | System.Web Namespace