try---catch异常处理

try
{
sc.Send(msg);
return;
}
catch (Exception ex)
{
//AlertInfo("发送失败," + ex);
return ;
}

posted @ 2014-04-11 09:09  914556495  阅读(126)  评论(0编辑  收藏  举报