15 lines
282 B
C#
15 lines
282 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000016 RID: 22
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000049 RID: 73 RVA: 0x0000226A File Offset: 0x0000046A
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|