M
Mohd Ebrahim
Hello,
my code looks like this by 'using statement'
but how can i check for exception (catch statement) & write to log file in
the following code?
private void NewCustomer()
{
using (frmCustomerEntry obj = new frmCustomerEntry())
{
obj.ShowDialog();
}
}
Regards,
my code looks like this by 'using statement'
but how can i check for exception (catch statement) & write to log file in
the following code?
private void NewCustomer()
{
using (frmCustomerEntry obj = new frmCustomerEntry())
{
obj.ShowDialog();
}
}
Regards,