NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpContext.AllErrors

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[];

Property Value

A reference to an array of Exception objects.

See Also

HttpContext Class | HttpContext Members | System.Web Namespace