1 public class ChineseCalendarException : Exception 2 { 3 public ChineseCalendarException(string msg) 4 : base(msg) 5 { 6 } 7 }
相关文章:
1 public class ChineseCalendarException : Exception 2 { 3 public ChineseCalendarException(string msg) 4 : base(msg) 5 { 6 } 7 }
相关文章: