Answer to Question #41064 in C# for PRITAM DEBNATH

Question #41064
The application displayed a message to the user to enter the path of the customer details file.
However, the customer details maintenance application crashed as Dwayne mistakenly entered
the wrong file path. Therefore, he asks Elina to modify the application so that it does not crash
due to similar errors. Modify the code that Elina needs to accomplish the preceding task.
1
Expert's answer
2014-04-10T09:38:23-0400
Please apply such a structure:


try
{
=============================
Here paste your code
====================
}
catch
{
MessageBox.Show("The file path is not valid!", "", MessageBoxButtons.OK, MessageBoxIcon.Error);
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS