M
Marx
Hello,
I have a ThreadExceptionEventHandler at the application entry point (static
void Main()).
The problem is the exceptions occuring in the Visio Drawing Control 2003
event handlers are not being handled.
e.g.
private void axDrawingControl1_MouseDownEvent(object sender,
EVisOcx_MouseDownEvent e)
{
throw new Exception("test");
}
All other exceptions are handled. Any idea why?
I have a ThreadExceptionEventHandler at the application entry point (static
void Main()).
The problem is the exceptions occuring in the Visio Drawing Control 2003
event handlers are not being handled.
e.g.
private void axDrawingControl1_MouseDownEvent(object sender,
EVisOcx_MouseDownEvent e)
{
throw new Exception("test");
}
All other exceptions are handled. Any idea why?