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!

Control.WndProcException

Called when an exception occurs in dispatching messages through the main window procedure.

[Visual Basic]
Overridable Protected Sub WndProcException( _
   ByVal e As Exception _
)
[C#]
protected virtual void WndProcException(
   Exception e
);
[C++]
protected: virtual void WndProcException(
   Exception* e
);
[JScript]
protected function WndProcException(
   e : Exception
);

Parameters

e
[To be supplied.]

See Also

Control Class | Control Members | System.WinForms Namespace