15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000052 RID: 82
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x0600039F RID: 927 RVA: 0x0000394A File Offset: 0x00001B4A
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|