15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000014 RID: 20
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000109 RID: 265 RVA: 0x00002F8E File Offset: 0x0000118E
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|