2 تا راه کار
1- استفاده از try-catch
2-

if (File.Exists("Address"))
{
pic.Image = Image.FromFile("Address");
}