Gadget.OnError Method (EventArgs)
Raises the Error event.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
protected override void OnError(
EventArgs e
)
protected:
virtual void OnError(
EventArgs^ e
) override
Protected Overrides Sub OnError (
e As EventArgs
)
Parameters
e
Type: System.EventArgsThe event arguments.
See Also
Gadget Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top