Files
2022-08-18 06:28:56 -05:00

19 lines
552 B
C#

// Decompiled with JetBrains decompiler
// Type: SevenZip.DataErrorException
// Assembly: actmp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 50C41484-D1A9-4872-9CEC-A8081495D24E
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan-Dropper.MSIL.Late.iv-ca1bc7f9d82b3530e22d7ae6728ebded4829bf8ebc63ceb2e8d24ac8e3f7cf57.exe
using System;
namespace SevenZip
{
internal class DataErrorException : ApplicationException
{
public DataErrorException()
: base("Data Error")
{
}
}
}