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