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.Error

Gets the first error (if any) accumulated during request processing.

[Visual Basic]
Public ReadOnly Property Error As Exception
[C#]
public Exception Error {get;}
[C++]
public: __property Exception* get_Error();
[JScript]
public function get Error() : Exception;

Property Value

A reference to an Exception object.

See Also

HttpContext Class | HttpContext Members | System.Web Namespace