15 lines
281 B
C#
15 lines
281 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000009 RID: 9
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000013 RID: 19 RVA: 0x000020A2 File Offset: 0x000002A2
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|