C# show方法没有任何重载采用“4”个参数 急! 100
privatevoidtxtKey_Leave(objectsender,EventArgse){try{key=int.Parse(txtKey.Text);if(ke...
private void txtKey_Leave( object sender, EventArgs e)
{
try
{
key = int.Parse(txtKey.Text);
if (key <= 0 || key > 25)
throw new IndexOutOfRangeException("Key值应在1至25之间!");
}
catch( Exception pe)
{
txtCiphertext.Show("\n输入Key值错误,请单击【确定】重新输入!\n\n"+ pe.Message, "错误信息", MessageBoxButtons.OK, MessageBoxIcon.Error); -------(我的问题在这里)
txtKey.Focus();
txtKey.Text = "";
}
} 展开
{
try
{
key = int.Parse(txtKey.Text);
if (key <= 0 || key > 25)
throw new IndexOutOfRangeException("Key值应在1至25之间!");
}
catch( Exception pe)
{
txtCiphertext.Show("\n输入Key值错误,请单击【确定】重新输入!\n\n"+ pe.Message, "错误信息", MessageBoxButtons.OK, MessageBoxIcon.Error); -------(我的问题在这里)
txtKey.Focus();
txtKey.Text = "";
}
} 展开
4个回答
展开全部
txtCiphertext 是什么?
追问
一个textbox命名的name
追答
这么改试试
MessageBox.Show("\n输入Key值错误,请单击【确定】重新输入!\n\n"+ pe.Message, "错误信息", MessageBoxButtons.OK, MessageBoxIcon.Error);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
txtCiphertext.Show是啥意思,你是想写 MessageBox.Show吧
追问
这是我一个textbox的命名显示的东西
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
txtCiphertext是什么类型?把Show的声明发来看下?
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询