15 lines
282 B
C#
15 lines
282 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200000E RID: 14
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000022 RID: 34 RVA: 0x0000211A File Offset: 0x0000031A
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|