当我无法连接时,我如何追捕偷盗? 我试图这样做,但没有幸运。
try
{
Stream ftpStream = request.GetRequestStream();
FileStream file = File.OpenRead(this.txtFile.Text);
}
catch (Exception ex)
{
Console.WriteLine("Unable to upload file! Please close out window and try again later. " + ex.Message);
}
Error 2 The name file does not exist in the current context
第3号
警告 1 可变的Chosen_File被分配,但其价值从未被使用。