public PlatformNotSupportedException(PlatformType platformType)
     : base("不支持" + platformType.StringValue() + "平台")
 {
     //Log.Info(this.Message, this);
 }