Forum: VB.NET Jun 11th, 2007 |
| Replies: 2 Views: 2,639 But, if the first constructor throws the exception, as the second has called Me.New(param1) outside the Try Catch Finally structure, the code crashes (the second constructor can't catch the exception... |
Forum: VB.NET Jun 7th, 2007 |
| Replies: 2 Views: 2,639 Hi all... I have a problem with constructor overloading in VB.NET and, I know how to solve it, but want to know the best way to do it... so here is the problem.
I have two manually created... |