15 lines
282 B
C#
15 lines
282 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000012 RID: 18
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000060 RID: 96 RVA: 0x000024DA File Offset: 0x000006DA
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|