I want to check the Exception --- System.IO.Direc toryNotFoundExc eption
If it occurs then i need to resume the process? Please Guide me Sir...
Thanks....
If it occurs then i need to resume the process? Please Guide me Sir...
Thanks....
Try ' Do your work here Catch ex As System.IO.DirectoryNotFoundException ' Do nothing - resume process End Try
Comment