15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000058 RID: 88
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000206 RID: 518 RVA: 0x00003BA2 File Offset: 0x00001DA2
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|