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