Exception概述: 异常(Exception)一般分为两大类SystemException.ApplicationException,前者是预定义的异常类,后者是用户自定义异常类时需要继承的类 简单自定义异常类Demo using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace finallyReturn { class Program { static vo…