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