S
Sagaert Johan
can someone explain :: (vs 2003)
allowdrop=true , the code is hit , but the thrown exception is never
catched ?
Why is this so?
private void button1_DragOver(object sender,
System.Windows.Forms.DragEventArgs e)
{
throw new Exception("nobody seems to catch this");
}
Johan
allowdrop=true , the code is hit , but the thrown exception is never
catched ?
Why is this so?
private void button1_DragOver(object sender,
System.Windows.Forms.DragEventArgs e)
{
throw new Exception("nobody seems to catch this");
}
Johan