try
{
}
catch (FileNotFoundException ex)
{
ScriptManager.RegisterStartupScript(this, this.GetType(), "message", "alert('Nothing to download');", true);
}
catch (IOException ex)
{
ScriptManager.RegisterStartupScript(this, this.GetType(), "message", "alert('Nothing to download');", true);
}
catch (Exception ex)
{
ExceptionHandler.WriteException(ex.Message);
}
No comments:
Post a Comment