using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Common.Exceptions
{
public class NoneLicenseException : Exception
public override string Message
get
return "不支持无授权的客户端访问!";
}