15 lines
285 B
C#
15 lines
285 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000156 RID: 342
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000613 RID: 1555 RVA: 0x000032EE File Offset: 0x000014EE
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|