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!

HttpApplication.Error

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

See Also

HttpApplication Class | HttpApplication Members | System.Web Namespace