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

[To be supplied.]

[Visual Basic]
Public Sub AddOnError( _
   ByVal h As EventHandler _
)
[C#]
public void AddOnError(
   EventHandler h
);
[C++]
public: void AddOnError(
   EventHandler* h
);
[JScript]
public function AddOnError(
   h : EventHandler
);

Parameters

h
[To be supplied.]

See Also

HttpApplication Class | HttpApplication Members | System.Web Namespace