VersionInformationException.cs
上传用户:tjjgrl
上传日期:2019-04-04
资源大小:1010k
文件大小:0k
源码类别:

电子政务应用

开发平台:

C#

  1. using System;
  2. namespace ThoughtWorks.QRCode.ExceptionHandler
  3. {
  4. [Serializable]
  5. public class VersionInformationException:System.ArgumentException
  6. {
  7. }
  8. }