已有141人关注
throw new Exception("Character is not valid");这句代码是什么意思?
发表在C#答疑区 2017-09-27 悬赏:5 学分
是否精华
版块置顶:

尊敬的老师:

     下午好

     我的问题是:

     1)throw new Exception("Character is not valid");这句代码是什么意思?

     2)throw 是什么意思?Exception又代表着什么?

     3)这句代码的语法结构是?

     源代码如下:

     

public class ASCstr

{

        public static string Chr(int asciiCode)

        {

            if (asciiCode >= 0 && asciiCode <= 255)

            {

                System.Text.ASCIIEncoding asciiEncoding = new System.Text.ASCIIEncoding();

                byte[] byteArray = new byte[] { (byte)asciiCode };

                string strCharacter = asciiEncoding.GetString(byteArray);

                return (strCharacter);

            }


            else

            {

                throw new Exception("ASCII Code is not valid");


            }

      }

 }

     

分享到:
精彩评论 1
小禾斗
学分:7308 LV13
TA的每日心情
奋斗
2017-04-21 14:00:25
2017-09-28
沙发

读者朋友:

   您好,这句代码是抛出一个异常,Exception是异常类。

首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照